aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-06-20 23:03:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-06-20 23:03:52 -0300
commit016f810b50ab314625275c076c6018d0792a39f8 (patch)
tree903dc96ee5e96b658d1c14e599dbb3787d23debd /manifests/subsystems
parent62cf3a6da9b03b645368d8a6f33bc349cb8301ab (diff)
downloadpuppet-nodo-016f810b50ab314625275c076c6018d0792a39f8.tar.gz
puppet-nodo-016f810b50ab314625275c076c6018d0792a39f8.tar.bz2
Adding gnome-terminal into utils::interface
Diffstat (limited to 'manifests/subsystems')
-rw-r--r--manifests/subsystems/utils/interface.pp7
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,
}
}