diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-05-07 20:57:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-05-07 20:57:04 -0300 |
commit | 24d099ad8f870869dfc514b3ea4434140cf5165b (patch) | |
tree | 19b281f4cbf13d6a85f0da4f11f762c37de4a880 /manifests/tls.pp | |
parent | 5f605b04b19f4201ae43fcc02b6aacb48f3a9322 (diff) | |
download | puppet-exim-24d099ad8f870869dfc514b3ea4434140cf5165b.tar.gz puppet-exim-24d099ad8f870869dfc514b3ea4434140cf5165b.tar.bz2 |
Diffstat (limited to 'manifests/tls.pp')
-rw-r--r-- | manifests/tls.pp | 2 |
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 ? { |