diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-06-30 16:21:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-06-30 16:21:19 -0300 |
commit | ad027cc28c60bcaca2392336e5555bfd823a2af1 (patch) | |
tree | d46277cafccbb9888a74b96fcc2d6621ea266230 /manifests/host/debian.pp | |
parent | 2b377786f8bf2133019c43df9376e0363093e50d (diff) | |
download | puppet-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.pp | 3 |
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 } +} |