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