summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:57:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:57:04 -0300
commit24d099ad8f870869dfc514b3ea4434140cf5165b (patch)
tree19b281f4cbf13d6a85f0da4f11f762c37de4a880
parent5f605b04b19f4201ae43fcc02b6aacb48f3a9322 (diff)
downloadpuppet-exim-master.tar.gz
puppet-exim-master.tar.bz2
Hiera 5 migrationHEADmaster
-rw-r--r--manifests/tls.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/tls.pp b/manifests/tls.pp
index 089fa73..fd06814 100644
--- a/manifests/tls.pp
+++ b/manifests/tls.pp
@@ -18,7 +18,7 @@ class exim::tls inherits exim {
notify => Exec["update-exim4.conf"],
}
- $exim_tls_verify_relay_to_domains = hiera('exim::tls_verify_relay_to_domains', '')
+ $exim_tls_verify_relay_to_domains = lookup('exim::tls_verify_relay_to_domains', undef, undef, '')
file { '/etc/exim4/conf.d/main/00_local_settings':
ensure => $exim_tls_verify_relay_to_domains ? {