diff options
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, } |