summaryrefslogtreecommitdiff
path: root/manifests/mlmmj.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mlmmj.pp')
-rw-r--r--manifests/mlmmj.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp
index 52a4766..6906391 100644
--- a/manifests/mlmmj.pp
+++ b/manifests/mlmmj.pp
@@ -37,12 +37,12 @@ class mail::mlmmj(
# TODO: remove in the future
postfix::transport_regexp_snippet { "mlmmj_transport_regexp":
ensure => absent,
- content => template('mail/sympa/transport_regexp.erb'),
+ content => template('mail/mlmmj/transport_regexp.erb'),
}
# TODO: remove in the future
postfix::virtual_regexp_snippet { "mlmmj_virtual_regexp":
ensure => absent,
- content => template('mail/sympa/virtual_regexp.erb'),
+ content => template('mail/mlmmj/virtual_regexp.erb'),
}
}