We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa40d3 commit 709ae0fCopy full SHA for 709ae0f
files/nginx.selmodule
941 Bytes
manifests/unicorn.pp
@@ -42,7 +42,7 @@
42
command => '/usr/bin/systemctl daemon-reload',
43
refreshonly => true,
44
notify => Service['unicorn-puppetmaster'],
45
- }
+ }
46
unless defined(Service['unicorn-puppetmaster']) {
47
service{'unicorn-puppetmaster':
48
ensure => 'running',
@@ -51,7 +51,7 @@
51
}
52
53
# update SELinux
54
- if $selinux_config_mode == 'enforcing' {
+ if $::selinux_config_mode == 'enforcing' {
55
file{'get-SEL-policy':
56
path => '/usr/share/selinux/targeted/nginx.pp',
57
source => 'puppet:///modules/puppet/nginx.selmodule',
0 commit comments