summaryrefslogtreecommitdiff
path: root/manifests/host/debian.pp
blob: a457ae7916bc3e81499f088c34f506fcc467c3b6 (plain)
1
2
3
class ekeyd::host::debian inherits ekeyd::host::base {
  package { "usbutils": ensure => installed }
}