Skip to content

Commit e99f8ac

Browse files
author
Gavin Rogers
committed
Merge branch 'feature-nginx' of github.com:bastelfreak/puppetmodule into feature-nginx
2 parents da1d2ab + 4d4bc05 commit e99f8ac

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
@@ -81,7 +81,7 @@
8181
}
8282
# update SELinux
8383
if $::selinux_config_mode == 'enforcing' {
84-
package {['policycoreutils', 'checkpolicy']:
84+
package {['policycoreutils', 'checkpolicy', 'policycoreutils-python']:
8585
ensure => 'latest',
8686
} ->
8787
file {'selinux template':

0 commit comments

Comments
 (0)