diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-15 20:15:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-15 20:15:10 -0300 |
commit | a8fbfd6a3c90fe29a6cc87de300f0646962cab84 (patch) | |
tree | 77cbf033b36dffed22ce0207422ee488282ecf50 /manifests | |
parent | 30630809f4ea3cb4b59ec5a09a04629a19b62daf (diff) | |
download | puppet-nodo-a8fbfd6a3c90fe29a6cc87de300f0646962cab84.tar.gz puppet-nodo-a8fbfd6a3c90fe29a6cc87de300f0646962cab84.tar.bz2 |
Updating utils::desktop
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 6fc54c5..d721d84 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -41,7 +41,8 @@ class utils::desktop { 'fetchmail', 'dosemu', 'xfonts-terminus', 'gnumeric', 'alsa-utils', 'sc', 'gawk', 'telnet', 'fpm', - 'procmail', 'msmtp' ]: + 'procmail', 'msmtp', 'netpbm', + 'gqview' ]: ensure => installed, } |