summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-06-30 16:54:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-06-30 16:54:11 -0300
commit4f282da88281ffb97ea05e0d4c28c058335bb7c5 (patch)
tree400f1321e005be7e3b6f1d104856373c3b59e694 /manifests/client.pp
parentbaee1e0c8e3500ab73845d522a57ba4ebfa10cfe (diff)
downloadpuppet-ekeyd-4f282da88281ffb97ea05e0d4c28c058335bb7c5.tar.gz
puppet-ekeyd-4f282da88281ffb97ea05e0d4c28c058335bb7c5.tar.bz2
Adding ekeyd::client::debian
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index b965015..a166bc0 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -4,6 +4,7 @@ class ekeyd::client(
) {
case $operatingsystem {
centos: { include ekeyd::client::centos }
+ debian: { include ekeyd::client::debian }
default: { include ekeyd::client::base }
}