summaryrefslogtreecommitdiff
path: root/manifests/regular.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/regular.pp')
-rw-r--r--manifests/regular.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/regular.pp b/manifests/regular.pp
index da35e33..52f5235 100644
--- a/manifests/regular.pp
+++ b/manifests/regular.pp
@@ -1,5 +1,5 @@
class mail::regular {
postfix::config { "virtual_alias_maps":
- value => 'hash://postfix/virtual, regexp:/etc/postfix/virtual_regexp',
+ value => 'hash:/etc/postfix/virtual, regexp:/etc/postfix/virtual_regexp',
}
}