Skip to content

Commit 6f4f0c0

Browse files
author
Tim Meusel
committed
fix puppet-lint warnings
1 parent fab602a commit 6f4f0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/unicorn.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
}
9797
# update SELinux
9898
if $::selinux_config_mode == 'enforcing' {
99-
class { selinux:
99+
class { '::selinux':
100100
mode => 'enforcing'
101101
}
102102
selinux::module{ 'nginx':

0 commit comments

Comments
 (0)