summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
deleted file mode 100644
index 6b8dd1a..0000000
--- a/manifests/host.pp
+++ /dev/null
@@ -1,10 +0,0 @@
-class ekeyd::host inherits ekeyd {
- case $operatingsystem {
- centos: { include ekeyd::host::centos }
- default: { include ekeyd::host::base }
- }
-
- if $use_shorewall {
- include shorewall::rules::ekeyd
- }
-}