summaryrefslogtreecommitdiff
path: root/manifests/host/debian.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-06-30 16:21:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-06-30 16:21:19 -0300
commitad027cc28c60bcaca2392336e5555bfd823a2af1 (patch)
treed46277cafccbb9888a74b96fcc2d6621ea266230 /manifests/host/debian.pp
parent2b377786f8bf2133019c43df9376e0363093e50d (diff)
downloadpuppet-ekeyd-ad027cc28c60bcaca2392336e5555bfd823a2af1.tar.gz
puppet-ekeyd-ad027cc28c60bcaca2392336e5555bfd823a2af1.tar.bz2
Adding ekeyd::host::debian class
Diffstat (limited to 'manifests/host/debian.pp')
-rw-r--r--manifests/host/debian.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/host/debian.pp b/manifests/host/debian.pp
new file mode 100644
index 0000000..a457ae7
--- /dev/null
+++ b/manifests/host/debian.pp
@@ -0,0 +1,3 @@
+class ekeyd::host::debian inherits ekeyd::host::base {
+ package { "usbutils": ensure => installed }
+}