summaryrefslogtreecommitdiff
path: root/manifests/sympa.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-04-07 16:28:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-04-07 16:28:12 -0300
commitabde7b02cea3685b2bb47680c28903e4ef09d17c (patch)
treef1dae461abc737bdfec1179185828fdebb0cae34 /manifests/sympa.pp
parent653b5d37ea97f4c339cf9532bd229c07a9a38a7a (diff)
downloadpuppet-mail-abde7b02cea3685b2bb47680c28903e4ef09d17c.tar.gz
puppet-mail-abde7b02cea3685b2bb47680c28903e4ef09d17c.tar.bz2
Minor fix
Diffstat (limited to 'manifests/sympa.pp')
-rw-r--r--manifests/sympa.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/sympa.pp b/manifests/sympa.pp
index 0fbc871..d73f2bb 100644
--- a/manifests/sympa.pp
+++ b/manifests/sympa.pp
@@ -83,11 +83,11 @@ class mail::sympa {
source => "puppet:///modules/mail/sympa/logrotate",
}
- postfix::transport_regexp { 'sympa_transport_regexp':
+ postfix::transport_regexp_snippet { 'sympa_transport_regexp':
content => template('mail/postfix/sympa/transport_regexp.erb'),
}
- postfix::virtual_regexp { 'sympa_virtual_regexp':
+ postfix::virtual_regexp_snippet { 'sympa_virtual_regexp':
content => template('mail/postfix/sympa/virtual_regexp.erb'),
}
@@ -163,11 +163,11 @@ class mail::sympa::disabled inherits mail::sympa {
enable => false,
}
- Postfix::Transport_regexp['sympa_transport_regexp'] {
+ Postfix::Transport_regexp_snippet['sympa_transport_regexp'] {
content => undef,
}
- Postfix::Virtual_regexp['sympa_virtual_regexp'] {
+ Postfix::Virtual_regexp_snippet['sympa_virtual_regexp'] {
content => undef,
}