diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-20 17:02:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-20 17:02:03 -0300 |
commit | f950f306ef9542c4fa893ca1d6ea5d13514f723e (patch) | |
tree | c1b11ce3f6e72f84d0e8ebd6ecba73897efae38d | |
parent | 926b71f41e7342451197e468e5a76db2f35ed406 (diff) | |
download | puppet-nodo-f950f306ef9542c4fa893ca1d6ea5d13514f723e.tar.gz puppet-nodo-f950f306ef9542c4fa893ca1d6ea5d13514f723e.tar.bz2 |
Adding gtk-theme-switch2 into utils::personal
-rw-r--r-- | manifests/subsystems/utils.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 77ac269..38ebf30 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -75,7 +75,7 @@ class utils::personal { 'rtorrent', 'p7zip-full', 'signing-party', 'easytag', 'flashplugin-nonfree', 'mercurial', 'jhead', 'unison', 'exuberant-ctags', - 'tig' ]: + 'tig', 'gtk-theme-switch2' ]: ensure => installed, } |