From: Silvio Rhatto Date: Sat, 14 Jun 2014 05:16:30 +0000 (-0300) Subject: Adding xsel into nodo::utils::interface X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4aac7f8e50ee5ddbfa11cd8e89e2287892b19b80;p=puppet-nodo.git Adding xsel into nodo::utils::interface --- diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index c48d4cd..8d95c11 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -4,7 +4,7 @@ class nodo::utils::interface inherits nodo::utils::interface::console { 'xterm', 'xscreensaver', 'thunar', 'x11-apps', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx', - 'metar', 'wmctrl' ]: + 'metar', 'wmctrl', 'xsel' ]: ensure => installed, }