OP#563 inital commit after fork
This commit is contained in:
@@ -13,7 +13,7 @@ class confdroid_selinux::main::config (
|
||||
command => 'setenforce 1',
|
||||
path => ['/usr/sbin','/usr/bin'],
|
||||
provider => shell,
|
||||
unless => 'getenforce | grep -i "enforcing"'
|
||||
unless => 'getenforce | grep -i "enforcing"',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,15 +7,9 @@
|
||||
class confdroid_selinux::main::install (
|
||||
|
||||
) inherits confdroid_selinux::params {
|
||||
require cd_resources
|
||||
require confdroid_resources
|
||||
|
||||
package { $reqpackages_main:
|
||||
ensure => $pkg_ensure,
|
||||
}
|
||||
|
||||
if $sx_install_setools == true {
|
||||
package { $reqpackages_tools:
|
||||
ensure => $pkg_ensure,
|
||||
}
|
||||
package { $sx_reqpackages:
|
||||
ensure => $sx_pkg_ensure,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user