diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-04-01 19:24:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-04-01 19:24:17 -0300 |
commit | ae8bd558a592e308253debc7cb97630ac05a29b7 (patch) | |
tree | 75a412ab7549700b695709ccb8a9706f0c971bad /manifests/subsystems | |
parent | ae8eea9a3429e4743dd0c0c5a39dcfe7f0dea6fb (diff) | |
download | puppet-nodo-ae8bd558a592e308253debc7cb97630ac05a29b7.tar.gz puppet-nodo-ae8bd558a592e308253debc7cb97630ac05a29b7.tar.bz2 |
Adding wipe into utils
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/utils.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 9ace578..e17d02b 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -2,7 +2,7 @@ class utils { package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip', 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', - 'bc', 'lsof' ]: + 'bc', 'lsof', 'wipe' ]: ensure => installed, } |