Skip to content

Commit 709ae0f

Browse files
author
Tim Meusel
committed
workaround for nginx.pp
1 parent 1fa40d3 commit 709ae0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/nginx.selmodule

941 Bytes
Binary file not shown.

manifests/unicorn.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
command => '/usr/bin/systemctl daemon-reload',
4343
refreshonly => true,
4444
notify => Service['unicorn-puppetmaster'],
45-
}
45+
}
4646
unless defined(Service['unicorn-puppetmaster']) {
4747
service{'unicorn-puppetmaster':
4848
ensure => 'running',
@@ -51,7 +51,7 @@
5151
}
5252
}
5353
# update SELinux
54-
if $selinux_config_mode == 'enforcing' {
54+
if $::selinux_config_mode == 'enforcing' {
5555
file{'get-SEL-policy':
5656
path => '/usr/share/selinux/targeted/nginx.pp',
5757
source => 'puppet:///modules/puppet/nginx.selmodule',

0 commit comments

Comments
 (0)