From: Silvio Rhatto Date: Sun, 15 Jul 2012 00:16:55 +0000 (-0300) Subject: Adding xtitle into utils::interface X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9c6903de01d875392e26f51b608bcda934042e7a;p=puppet-nodo.git Adding xtitle into utils::interface --- diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp index f5ed070..f02da13 100644 --- a/manifests/subsystems/utils/interface.pp +++ b/manifests/subsystems/utils/interface.pp @@ -2,7 +2,8 @@ class utils::interface { # 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' ]: + 'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', + 'xtitle' ]: ensure => installed, } }