summaryrefslogtreecommitdiff
path: root/manifests/client/debian.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/debian.pp
parentbaee1e0c8e3500ab73845d522a57ba4ebfa10cfe (diff)
downloadpuppet-ekeyd-4f282da88281ffb97ea05e0d4c28c058335bb7c5.tar.gz
puppet-ekeyd-4f282da88281ffb97ea05e0d4c28c058335bb7c5.tar.bz2
Adding ekeyd::client::debian
Diffstat (limited to 'manifests/client/debian.pp')
-rw-r--r--manifests/client/debian.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/client/debian.pp b/manifests/client/debian.pp
new file mode 100644
index 0000000..658e208
--- /dev/null
+++ b/manifests/client/debian.pp
@@ -0,0 +1,3 @@
+class ekeyd::cliend::debian {
+ include ekeyd::egd::debian
+}