summaryrefslogtreecommitdiff
path: root/manifests/selinux
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-28 22:21:05 +0200
committermh <mh@immerda.ch>2009-09-28 22:21:05 +0200
commitbd6584180dc9f3cbc03da5f36076a05bdafed6cf (patch)
treeb65fcd96f80111b1f6065e0f07950048979f00fb /manifests/selinux
parentec020a14e581dc7514d95963e13033c9dbb60b41 (diff)
remove selinux stuff as we'll do it different
Diffstat (limited to 'manifests/selinux')
-rw-r--r--manifests/selinux/base.pp1
-rw-r--r--manifests/selinux/gentoo.pp7
2 files changed, 0 insertions, 8 deletions
diff --git a/manifests/selinux/base.pp b/manifests/selinux/base.pp
deleted file mode 100644
index bcf3b9b..0000000
--- a/manifests/selinux/base.pp
+++ /dev/null
@@ -1 +0,0 @@
-class apache::selinux::base {}
diff --git a/manifests/selinux/gentoo.pp b/manifests/selinux/gentoo.pp
deleted file mode 100644
index 3dcb1dd..0000000
--- a/manifests/selinux/gentoo.pp
+++ /dev/null
@@ -1,7 +0,0 @@
-class apache::selinux::gentoo inherits apache::selinux::base {
- package{'selinux-apache':
- ensure => present,
- category => 'sec-policy',
- }
- selinux::loadmodule {"apache": }
-}