summaryrefslogtreecommitdiff
path: root/manifests/mlmmj.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:57:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:57:53 -0300
commit6f215690167ce4c23005feec574c91a8db1ae999 (patch)
tree4e048d2f7ad30b279acda7d500352457ebfed261 /manifests/mlmmj.pp
parent826b93e4be39b91a44039debd36083096bd3f02d (diff)
downloadpuppet-mail-6f215690167ce4c23005feec574c91a8db1ae999.tar.gz
puppet-mail-6f215690167ce4c23005feec574c91a8db1ae999.tar.bz2
Hiera 5 migration
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