]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding xclip into utils::interface
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 20 Jul 2012 01:17:01 +0000 (22:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 20 Jul 2012 01:17:01 +0000 (22:17 -0300)
manifests/subsystems/utils/interface.pp

index f02da1393303d349428ae89c050c100fc0252ade..6b28aac5f82721830ce25d4e19b76e269f4966e9 100644 (file)
@@ -3,7 +3,7 @@ class utils::interface {
   package { [ 'awesome',       'eterm',            'fluxbox',           'gnome-terminal', 'conky',
               'xterm',         'bash-completion',  'xfonts-terminus',   'xscreensaver',   'rxvt-unicode',
               'mc',            'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt',           'lxappearance',
-              'xtitle' ]:
+              'xtitle',        'xclip' ]:
     ensure => installed,
   }
 }