diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-07 11:08:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-07 11:08:18 -0300 |
commit | 4febaae9f2f816bd606d3c05456e47b44dcaeb24 (patch) | |
tree | d8f13121cebe1991215ff75d314a79c34bb4ac12 /manifests | |
parent | 52468a709ee50f3e81d28da061845dfade87cb7d (diff) | |
download | puppet-mail-4febaae9f2f816bd606d3c05456e47b44dcaeb24.tar.gz puppet-mail-4febaae9f2f816bd606d3c05456e47b44dcaeb24.tar.bz2 |
Removing unused $mail_delivery
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/mail.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp index 06987d9..473a1f6 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -1,5 +1,4 @@ class mail { - $mail_delivery = "postfix" $postfix_smtp_listen = "all" $postfix_use_amavisd = "yes" $postfix_mydestination = '$myhostname, $mydomain, localhost.$mydomain, localhost' |