Skip to content

Commit 4d4bc05

Browse files
author
Tim Meusel
committed
add required package and missing file:///
1 parent 0ea816c commit 4d4bc05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/unicorn.pp

Lines changed: 2 additions & 2 deletions
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':
@@ -102,7 +102,7 @@
102102
refreshonly => true,
103103
}
104104
file {'/usr/share/selinux/targeted/nginx.pp':
105-
source => '/tmp/nginx.pp',
105+
source => 'file:///tmp/nginx.pp',
106106
require => Exec['building_selinux_policy_package_from_module'],
107107
}
108108
selmodule {'nginx':

0 commit comments

Comments
 (0)