aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-05-15 13:27:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-05-15 13:27:04 -0300
commitfdaaf4c2ffe21c348ea58d3ca8886b665abb569c (patch)
treea747d00515404a9d1bcf685e552829a1be8333a7
parentf7db812ef4bc7e1902d5a4794348a970f0a4b7ad (diff)
downloadpuppet-nodo-fdaaf4c2ffe21c348ea58d3ca8886b665abb569c.tar.gz
puppet-nodo-fdaaf4c2ffe21c348ea58d3ca8886b665abb569c.tar.bz2
Adding secure-delete into nodo::utils
-rw-r--r--manifests/utils.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp
index 8600615..a57df50 100644
--- a/manifests/utils.pp
+++ b/manifests/utils.pp
@@ -1,9 +1,9 @@
# Common utilities
class nodo::utils {
- package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip',
- 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', 'logcheck-database',
- 'bc', 'lsof', 'wipe', 'vrms', 'nsca-client', 'logcheck', 'vim-nox',
- 'multitail', 'bash-completion', 'zsh', 'uuid-runtime' ]:
+ package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip',
+ 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', 'logcheck-database',
+ 'bc', 'lsof', 'wipe', 'vrms', 'nsca-client', 'logcheck', 'vim-nox',
+ 'multitail', 'bash-completion', 'zsh', 'uuid-runtime', 'secure-delete' ]:
ensure => installed,
}