summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-04-07 21:39:09 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-04-07 21:39:09 -0300
commit9da9461c04a651d4bbd9b7d6e2400c8cc4546eb0 (patch)
treeabde8ffa1242b389ddbf4227dffc1fa6c1335a9e /manifests
parentf32a6f8534380e082413fb5ae680bc60fd6e1bca (diff)
downloadpuppet-mail-9da9461c04a651d4bbd9b7d6e2400c8cc4546eb0.tar.gz
puppet-mail-9da9461c04a651d4bbd9b7d6e2400c8cc4546eb0.tar.bz2
Adding missing trailing at mail::mlmmj::list
Diffstat (limited to 'manifests')
-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,
}
}