From bd9fa966f4bbd46693548a95d818adb3dc8ef3eb Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 1 Mar 2011 22:35:45 +0100 Subject: do host stuff and set key with parametrized classes, but work around a bug in puppet regarding parametrized classes --- manifests/host.pp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 manifests/host.pp (limited to 'manifests/host.pp') 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 - } -} -- cgit v1.2.3