summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-08 00:17:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-08 00:17:33 -0300
commit31f13dee4c558f444eb33720e4feec19de23a956 (patch)
tree5fd47f7f8c1f99ab2f02d5f87591a290f7a17274
parentf6962d88c6b92ab18e10a9051a49c612d83306a5 (diff)
downloadpuppet-mail-31f13dee4c558f444eb33720e4feec19de23a956.tar.gz
puppet-mail-31f13dee4c558f444eb33720e4feec19de23a956.tar.bz2
Minor fix
-rw-r--r--manifests/system.pp16
1 files changed, 8 insertions, 8 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index 8194bea..748b72d 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -25,14 +25,14 @@ class mail::system {
# Postfix configuration
postfix::config {
- "mydomain": value => "$domain";
- "myhostname": value => "$fqdn";
- "mydestination": value => "$postfix_mydestination";
- "mynetworks": value => "$postfix_mynetworks";
- "relay_domains": value => "$domain";
- "transport_maps": value => "hash:/etc/postfix/transport";
- "mailbox_command": value => '/usr/bin/maildrop -d ${USER}';
- "mailbox_command": value => '/var/mail/virtual';
+ "mydomain": value => "$domain";
+ "myhostname": value => "$fqdn";
+ "mydestination": value => "$postfix_mydestination";
+ "mynetworks": value => "$postfix_mynetworks";
+ "relay_domains": value => "$domain";
+ "transport_maps": value => "hash:/etc/postfix/transport";
+ "mailbox_command": value => '/usr/bin/maildrop -d ${USER}';
+ "virtual_mailbox_base": value => '/var/mail/virtual';
}
postfix::hash { "/etc/postfix/virtual":