summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-07-07 01:50:07 +0200
committermh <mh@immerda.ch>2011-07-07 01:50:07 +0200
commitdb9ae1e8e30a6065779b84194571a725b67eaf9c (patch)
tree8a9e41bb419e78e20672069bd4ef15c22a39cfe4
parentdc73c5667a51f45962c570e7e36a0c6e84d91f18 (diff)
downloadpuppet-ekeyd-db9ae1e8e30a6065779b84194571a725b67eaf9c.tar.gz
puppet-ekeyd-db9ae1e8e30a6065779b84194571a725b67eaf9c.tar.bz2
this class has been removed
-rw-r--r--manifests/client.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index a166bc0..b965015 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -4,7 +4,6 @@ class ekeyd::client(
) {
case $operatingsystem {
centos: { include ekeyd::client::centos }
- debian: { include ekeyd::client::debian }
default: { include ekeyd::client::base }
}