]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding denyhosts into nodo::utils
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 22 Mar 2014 16:38:34 +0000 (13:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 22 Mar 2014 16:38:34 +0000 (13:38 -0300)
manifests/utils.pp

index 9f8969a648ed5d510c8c0016fbc68011fd4d5a76..224332dfb0d0159c9c973d5b24e335f969fa3dc4 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', 'denyhosts' ]:
     ensure => installed,
   }