diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-21 23:29:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-21 23:29:39 -0300 |
commit | d690cc923ecdc430f8199d32faa84002ea7b40fa (patch) | |
tree | 844899a2d6c251e859965f76da36d44c905a3664 /manifests/utils.pp | |
parent | 16af8cb28713667ec8d1dc1eb28fa50dcfe4d6bf (diff) | |
download | puppet-nodo-d690cc923ecdc430f8199d32faa84002ea7b40fa.tar.gz puppet-nodo-d690cc923ecdc430f8199d32faa84002ea7b40fa.tar.bz2 |
Adding whois into 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 27545b0..92061eb 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -43,7 +43,7 @@ class utils::desktop { 'gawk', 'telnet', 'fpm', 'procmail', 'msmtp', 'netpbm', 'gqview', 'antiword', 'mairix', - 'mozilla-plugin-gnash' ]: + 'whois', 'mozilla-plugin-gnash' ]: ensure => installed, } |