Skip to content

Commit 1fa40d3

Browse files
author
Tim Meusel
committed
rename nginx.pp to nginx.selmodule
we have to provide a binary file with new selinux rules naming convention is <name>.pp, but this triggers travis-ci to interpret the file as puppet code which fails
1 parent ebdc0ef commit 1fa40d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

files/nginx.pp

-941 Bytes
Binary file not shown.

manifests/unicorn.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
if $selinux_config_mode == 'enforcing' {
5555
file{'get-SEL-policy':
5656
path => '/usr/share/selinux/targeted/nginx.pp',
57-
source => 'puppet:///modules/puppet/nginx.pp',
57+
source => 'puppet:///modules/puppet/nginx.selmodule',
5858
} ->
5959
package {'policycoreutils':
6060
ensure => 'latest',

0 commit comments

Comments
 (0)