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 198595b..9e04e4d 100644
--- a/manifests/mlmmj.pp
+++ b/manifests/mlmmj.pp
@@ -4,7 +4,7 @@
# - lists with hyphens are not working when mails are sent directly, but work when sent to an alias.
# - mail::mlmmj::domain just support a single domain; additional domains should be added into relay_domains.
class mail::mlmmj(
- $subdomain = hiera('mail::mlmmj::subdomain', $mail::mlmmj::params::subdomain)
+ $subdomain = lookup('mail::mlmmj::subdomain', undef, undef, $mail::mlmmj::params::subdomain)
) {
include mail::mlmmj::packages