From fdaaf4c2ffe21c348ea58d3ca8886b665abb569c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 15 May 2014 13:27:04 -0300 Subject: Adding secure-delete into nodo::utils --- manifests/utils.pp | 8 ++++---- 1 file 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, } -- cgit v1.2.3