Merged in oherrala/puppet (pull request #29)
selinux: Fix depency for selinux-policy package.
This commit is contained in:
commit
d3326231a0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class selinux {
|
||||||
mode => "0644",
|
mode => "0644",
|
||||||
owner => "root",
|
owner => "root",
|
||||||
group => "root",
|
group => "root",
|
||||||
require => Package["selinux-policy-targeted"],
|
require => Package["selinux-policy"],
|
||||||
notify => Exec["set-selinux-mode"],
|
notify => Exec["set-selinux-mode"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue