summaryrefslogtreecommitdiff
path: root/manifests/mlmmj.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mlmmj.pp')
-rw-r--r--manifests/mlmmj.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp
index 6f2f85d..df5b338 100644
--- a/manifests/mlmmj.pp
+++ b/manifests/mlmmj.pp
@@ -39,7 +39,7 @@ class mail::mlmmj {
define list($ensure = 'present') {
postfix::transport_regexp_snippet { "mlmmj_transport_regexp-$name":
- content => "/^($name).*$/ mlmmj:$name",
+ content => "/^($name).*$/ mlmmj:$name\n",
ensure => $ensure,
}
}