diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-20 23:03:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-20 23:03:52 -0300 |
commit | 016f810b50ab314625275c076c6018d0792a39f8 (patch) | |
tree | 903dc96ee5e96b658d1c14e599dbb3787d23debd /manifests/subsystems/utils | |
parent | 62cf3a6da9b03b645368d8a6f33bc349cb8301ab (diff) | |
download | puppet-nodo-016f810b50ab314625275c076c6018d0792a39f8.tar.gz puppet-nodo-016f810b50ab314625275c076c6018d0792a39f8.tar.bz2 |
Adding gnome-terminal into utils::interface
Diffstat (limited to 'manifests/subsystems/utils')
-rw-r--r-- | manifests/subsystems/utils/interface.pp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp index 31ef757..609acf6 100644 --- a/manifests/subsystems/utils/interface.pp +++ b/manifests/subsystems/utils/interface.pp @@ -1,8 +1,9 @@ class utils::interface { # Interface - package { [ 'awesome', 'eterm', 'fluxbox', 'gdm', 'conky', - 'xterm', 'bash-completion', 'xfonts-terminus', 'xscreensaver', 'rxvt-unicode', - 'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance' ]: + package { [ 'awesome', 'eterm', 'fluxbox', 'gdm', 'conky', + 'xterm', 'bash-completion', 'xfonts-terminus', 'xscreensaver', 'rxvt-unicode', + 'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', + 'gnome-terminal' ]: ensure => installed, } } |