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 0ea816c commit 4d4bc05Copy full SHA for 4d4bc05
manifests/unicorn.pp
@@ -81,7 +81,7 @@
81
}
82
# update SELinux
83
if $::selinux_config_mode == 'enforcing' {
84
- package {['policycoreutils', 'checkpolicy']:
+ package {['policycoreutils', 'checkpolicy', 'policycoreutils-python']:
85
ensure => 'latest',
86
} ->
87
file {'selinux template':
@@ -102,7 +102,7 @@
102
refreshonly => true,
103
104
file {'/usr/share/selinux/targeted/nginx.pp':
105
- source => '/tmp/nginx.pp',
+ source => 'file:///tmp/nginx.pp',
106
require => Exec['building_selinux_policy_package_from_module'],
107
108
selmodule {'nginx':
0 commit comments