diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-28 23:27:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-28 23:27:58 -0300 |
commit | 55a3d2415400ce8abb15c8534b924d287cb4ca2c (patch) | |
tree | 6abdb0deaed99cf5d978efb60ec7b9d02438a89b /manifests/utils/laptop/debian.pp | |
parent | 65dfb3a7793b2d9e9a977f0418390811a1978cdb (diff) | |
download | puppet-nodo-55a3d2415400ce8abb15c8534b924d287cb4ca2c.tar.gz puppet-nodo-55a3d2415400ce8abb15c8534b924d287cb4ca2c.tar.bz2 |
Adding sslstrip into nodo::utils::laptop::debian
Diffstat (limited to 'manifests/utils/laptop/debian.pp')
-rw-r--r-- | manifests/utils/laptop/debian.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/laptop/debian.pp b/manifests/utils/laptop/debian.pp index 471a7c9..fc21e5e 100644 --- a/manifests/utils/laptop/debian.pp +++ b/manifests/utils/laptop/debian.pp @@ -7,7 +7,7 @@ class nodo::utils::laptop::debian { 'btscanner', 'laptop-mode-tools', 'acpi-support', 'tftp', 'sharutils', 'wireshark', 'macchanger', 'weplab', 'wpagui', - 'gnokii' ]: + 'gnokii', 'sslstrip' ]: ensure => installed, } |