summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/regular.pp2
-rw-r--r--manifests/system.pp2
2 files changed, 2 insertions, 2 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',
}
}
diff --git a/manifests/system.pp b/manifests/system.pp
index 872f170..a9568a1 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -32,7 +32,7 @@ class mail::system {
include mail::spamassassin
# Virtual mail system
- case hiera('mail_virtual', True) {
+ case hiera('mail_virtual', false) {
true: {
include mail::virtual
}