diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-11-29 14:53:04 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-11-29 14:53:04 -0200 |
commit | 1975cd7337b7289f48d9eaaac6a734f98475b5c4 (patch) | |
tree | d0f61c316e080602d8166ae2be66ad45120c7c91 /manifests/subsystems | |
parent | cc9beb50fdeef9386442dc3121f1af15d58677a4 (diff) | |
download | puppet-nodo-1975cd7337b7289f48d9eaaac6a734f98475b5c4.tar.gz puppet-nodo-1975cd7337b7289f48d9eaaac6a734f98475b5c4.tar.bz2 |
Adding two graphical file managers at utils::interface
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/utils/interface.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp index c0efa97..cca6ae2 100644 --- a/manifests/subsystems/utils/interface.pp +++ b/manifests/subsystems/utils/interface.pp @@ -4,7 +4,7 @@ class utils::interface { 'xterm', 'bash-completion', 'tmux', 'xscreensaver', 'rxvt-unicode', 'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', 'xtitle', 'xclip', 'conkyforecast', 'awesome-extra', 'numlockx', - 'weather-util' ]: + 'weather-util' 'pcmanfm', 'thunar' ]: ensure => installed, } |