Fixed depency error from selinux::module.
This commit is contained in:
parent
033011bcc7
commit
89491ff551
1 changed files with 4 additions and 1 deletions
|
@ -218,7 +218,10 @@ define selinux::module($source) {
|
||||||
mode => "0644",
|
mode => "0644",
|
||||||
owner => "root",
|
owner => "root",
|
||||||
group => "root",
|
group => "root",
|
||||||
require => File["/usr/local/src/selinux"],
|
require => [
|
||||||
|
File["/usr/local/src/selinux"],
|
||||||
|
Class["selinux::module::devel"],
|
||||||
|
],
|
||||||
notify => Exec["selinux-module-compile"],
|
notify => Exec["selinux-module-compile"],
|
||||||
}
|
}
|
||||||
$module = "/usr/local/src/selinux/${name}.pp"
|
$module = "/usr/local/src/selinux/${name}.pp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue