diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/utils.pp | 8 | 
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,    } | 
