selinux: Fix depency for selinux-policy package.
This commit is contained in:
parent
d2d6414458
commit
d232b92bf4
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
Reference in a new issue