From: Silvio Rhatto Date: Fri, 15 Feb 2013 22:21:37 +0000 (-0200) Subject: Adding x11-apps into utils::interface X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aa2f9a13994d8dd2291aeb88825bf2cfb27147ef;p=puppet-nodo.git Adding x11-apps into utils::interface --- diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp index e1a5ddd..b19456d 100644 --- a/manifests/subsystems/utils/interface.pp +++ b/manifests/subsystems/utils/interface.pp @@ -3,7 +3,8 @@ class utils::interface { package { [ 'awesome', 'eterm', 'weather-util', 'gnome-terminal', 'conky', 'xterm', 'bash-completion', 'tmux', 'xscreensaver', 'thunar', 'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', - 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx' ]: + 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx', + 'x11-apps' ]: ensure => installed, }