aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-30 16:43:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-30 16:43:43 -0200
commitbef14e7b96282762cfc9b57704c40eb42c275f3a (patch)
treec62eedeb63e2b0fc1d3a6c9bba755eba7269a97b /manifests
parent70741ef216e860e850611a0c6f915e06955252be (diff)
downloadpuppet-nodo-bef14e7b96282762cfc9b57704c40eb42c275f3a.tar.gz
puppet-nodo-bef14e7b96282762cfc9b57704c40eb42c275f3a.tar.bz2
Removing duplicate definition
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 38c64c8..dbac16b 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',
'tftp', 'sharutils', 'wireshark',
'macchanger', 'weplab', 'wpagui',
- 'gnokii', 'mumble', 'arp-scan' ]:
+ 'gnokii', 'mumble' ];
ensure => installed,
}