diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-07-14 21:16:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-07-14 21:16:55 -0300 |
commit | 9c6903de01d875392e26f51b608bcda934042e7a (patch) | |
tree | eea11d9e9c3e934b84e07f7901affdf652baee94 /manifests/subsystems | |
parent | 2cb162fe522de2e5b8e7f5393b0a8b4e217ab96b (diff) | |
download | puppet-nodo-9c6903de01d875392e26f51b608bcda934042e7a.tar.gz puppet-nodo-9c6903de01d875392e26f51b608bcda934042e7a.tar.bz2 |
Adding xtitle into utils::interface
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/utils/interface.pp | 3 |
1 files changed, 2 insertions, 1 deletions
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, } } |