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 9d810f8 commit 0817447Copy full SHA for 0817447
manifests/unicorn.pp
@@ -65,7 +65,7 @@
65
}
66
# update SELinux
67
if $::selinux_config_mode == 'enforcing' {
68
- package {'policycoreutils':
+ package {['policycoreutils', 'checkpolicy']:
69
ensure => 'latest',
70
} ->
71
file { 'selinux template':
0 commit comments