]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding secure-delete into nodo::utils
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 15 May 2014 16:27:04 +0000 (13:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 15 May 2014 16:27:04 +0000 (13:27 -0300)
manifests/utils.pp

index 8600615bfba9ee34668fc06e236afbf53f84c390..a57df5065fcf7646164483994a81b09c2066cc62 100644 (file)
@@ -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,
   }