diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-15 00:24:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-15 00:24:15 -0300 |
commit | d545259e88900b7544660ef34f8a32557c305dcc (patch) | |
tree | 9d8835289ffc9abb7eaed64b35f13faa3417c412 /manifests/utils.pp | |
parent | 73a045433a215b6b5a9b1fd60d72c5ae2f1f5c2d (diff) | |
download | puppet-nodo-d545259e88900b7544660ef34f8a32557c305dcc.tar.gz puppet-nodo-d545259e88900b7544660ef34f8a32557c305dcc.tar.bz2 |
Adding procmail at utils::desktop
Diffstat (limited to 'manifests/utils.pp')
-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 084756c..1faf23a 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -40,7 +40,8 @@ class utils::desktop { 'gnupg-agent', 'xterm', 'bash-completion', 'fetchmail', 'dosemu', 'xfonts-terminus', 'gnumeric', 'alsa-utils', 'sc', - 'gawk', 'telnet', 'fpm' ]: + 'gawk', 'telnet', 'fpm', + 'procmail' ]: ensure => installed, } |