From 298d43a828b10a194196fb90f6f65944f14901a5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 May 2020 20:58:50 -0300 Subject: Hiera 5 migration --- manifests/setup.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/setup.pp') diff --git a/manifests/setup.pp b/manifests/setup.pp index e9ac1d7..57866cf 100644 --- a/manifests/setup.pp +++ b/manifests/setup.pp @@ -1,6 +1,6 @@ class websites::setup { # Third-party hosted nodes generally aren't behind an https proxy - $hosting_type = hiera('nodo::vserver::hosting_type', 'direct') + $hosting_type = lookup('nodo::vserver::hosting_type', undef, undef, 'direct') # Include apache class { 'apache': -- cgit v1.2.3