]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Moving bash-completion to nodo::utils
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 19 Jul 2013 20:25:23 +0000 (17:25 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 19 Jul 2013 20:25:23 +0000 (17:25 -0300)
manifests/utils.pp
manifests/utils/interface.pp

index 8ce7ef5f5cfd5ed7d9fa01f2f0f993fdd5e4cea0..347a14776ea4e77cde4bbc7d0fd9dadd352fe226 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' ]:
+  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' ]:
     ensure => installed,
   }
 
index c43bad7bb27e34617a85808498db8129e46e634e..1b49df5f65fcfd7d23445bc6559d0fc3aa657c4f 100644 (file)
@@ -1,7 +1,7 @@
 class nodo::utils::interface {
   # Interface
   package { [ 'awesome',       'eterm',            'weather-util',      'gnome-terminal', 'conky',
-              'xterm',         'bash-completion',  'tmux',              'xscreensaver',   'thunar',
+              'xterm',         'tmux',             'xscreensaver',      'thunar',
               'mc',            'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt',           'lxappearance',
               'xtitle',        'xclip',            'pcmanfm',           'awesome-extra',  'numlockx',
               'x11-apps' ]: