diff options
-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, } |