diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-17 19:53:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-17 19:53:11 -0300 |
commit | 66026c0f35d42f1a02a8e7b1a36cbc8acc867cd9 (patch) | |
tree | d1a37b7e689d06c84dd6002d902546d0159f5690 /manifests/subsystems/utils/interface.pp | |
parent | 87f6ed72f25a3796f328e43ca2cb7024fd27babd (diff) | |
download | puppet-nodo-66026c0f35d42f1a02a8e7b1a36cbc8acc867cd9.tar.gz puppet-nodo-66026c0f35d42f1a02a8e7b1a36cbc8acc867cd9.tar.bz2 |
Adding more dev and util packages
Diffstat (limited to 'manifests/subsystems/utils/interface.pp')
-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 d975a67..de132a8 100644 --- a/manifests/subsystems/utils/interface.pp +++ b/manifests/subsystems/utils/interface.pp @@ -3,7 +3,8 @@ class utils::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', - 'xtitle', 'xclip', 'conkyforecast', 'awesome-extra', 'numlockx' ]: + 'xtitle', 'xclip', 'conkyforecast', 'awesome-extra', 'numlockx', + 'tmux' ]: ensure => installed, } } |