Skip to content

Commit 0817447

Browse files
author
Tim Meusel
committed
add checkpolicy as requested by the_scourge
1 parent 9d810f8 commit 0817447

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
@@ -65,7 +65,7 @@
6565
}
6666
# update SELinux
6767
if $::selinux_config_mode == 'enforcing' {
68-
package {'policycoreutils':
68+
package {['policycoreutils', 'checkpolicy']:
6969
ensure => 'latest',
7070
} ->
7171
file { 'selinux template':

0 commit comments

Comments
 (0)