summaryrefslogtreecommitdiff
path: root/manifests/selinux
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/selinux')
-rw-r--r--manifests/selinux/base.pp1
-rw-r--r--manifests/selinux/gentoo.pp7
2 files changed, 8 insertions, 0 deletions
diff --git a/manifests/selinux/base.pp b/manifests/selinux/base.pp
new file mode 100644
index 0000000..bcf3b9b
--- /dev/null
+++ b/manifests/selinux/base.pp
@@ -0,0 +1 @@
+class apache::selinux::base {}
diff --git a/manifests/selinux/gentoo.pp b/manifests/selinux/gentoo.pp
new file mode 100644
index 0000000..3dcb1dd
--- /dev/null
+++ b/manifests/selinux/gentoo.pp
@@ -0,0 +1,7 @@
+class apache::selinux::gentoo inherits apache::selinux::base {
+ package{'selinux-apache':
+ ensure => present,
+ category => 'sec-policy',
+ }
+ selinux::loadmodule {"apache": }
+}