diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-16 21:00:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-16 21:00:38 -0300 |
commit | 8596fc921e6747a14f956e62e3e6a86f0562154b (patch) | |
tree | 228b6d809c73985685e67e9270ece04a2fd6276b /manifests/utils.pp | |
parent | 78b1970b77d7bae8c1b35903470803f5d601ea1e (diff) | |
download | puppet-nodo-8596fc921e6747a14f956e62e3e6a86f0562154b.tar.gz puppet-nodo-8596fc921e6747a14f956e62e3e6a86f0562154b.tar.bz2 |
Adding mairix at utils::desktop
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r-- | manifests/utils.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 72dc8ae..835816b 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -42,7 +42,7 @@ class utils::desktop { 'gnumeric', 'alsa-utils', 'sc', 'gawk', 'telnet', 'fpm', 'procmail', 'msmtp', 'netpbm', - 'gqview', 'antiword' ]: + 'gqview', 'antiword', 'mairix' ]: ensure => installed, } |