summaryrefslogtreecommitdiff
path: root/manifests/sympa.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/sympa.pp')
-rw-r--r--manifests/sympa.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/sympa.pp b/manifests/sympa.pp
index 3674f03..0fbc871 100644
--- a/manifests/sympa.pp
+++ b/manifests/sympa.pp
@@ -1,4 +1,4 @@
-class mail::sympa inherits mail::regexps {
+class mail::sympa {
# Sympa subsystems
include mail::web::sympa
include mail::packages::sympa
@@ -83,11 +83,11 @@ class mail::sympa inherits mail::regexps {
source => "puppet:///modules/mail/sympa/logrotate",
}
- File["/etc/postfix/transport_regexp"] {
+ postfix::transport_regexp { 'sympa_transport_regexp':
content => template('mail/postfix/sympa/transport_regexp.erb'),
}
- File["/etc/postfix/virtual_regexp"] {
+ postfix::virtual_regexp { 'sympa_virtual_regexp':
content => template('mail/postfix/sympa/virtual_regexp.erb'),
}
@@ -163,11 +163,11 @@ class mail::sympa::disabled inherits mail::sympa {
enable => false,
}
- File["/etc/postfix/transport_regexp"] {
+ Postfix::Transport_regexp['sympa_transport_regexp'] {
content => undef,
}
- File["/etc/postfix/virtual_regexp"] {
+ Postfix::Virtual_regexp['sympa_virtual_regexp'] {
content => undef,
}