aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-01-10 13:36:30 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-01-10 13:36:30 -0200
commit07316ee80b71840b57ecda9ea8cfce2c6cc7b999 (patch)
tree992fbd54619b6aff99716225fd51a1e1a45ca05e /manifests
parent2da83d9ff89e633c8e199c962cccf53c5342da7d (diff)
downloadpuppet-nodo-07316ee80b71840b57ecda9ea8cfce2c6cc7b999.tar.gz
puppet-nodo-07316ee80b71840b57ecda9ea8cfce2c6cc7b999.tar.bz2
Adding arp-scan into utils::laptop::debian
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/utils/laptop.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/laptop.pp b/manifests/subsystems/utils/laptop.pp
index b81e785..b3db7da 100644
--- a/manifests/subsystems/utils/laptop.pp
+++ b/manifests/subsystems/utils/laptop.pp
@@ -17,7 +17,7 @@ class utils::laptop::debian {
'btscanner', 'laptop-mode-tools', 'acpi-support',
'kismet', 'sharutils', 'wireshark',
'macchanger', 'weplab', 'wpagui',
- 'gnokii', 'mumble' ]:
+ 'gnokii', 'mumble', 'arp-scan' ]:
ensure => installed,
}