summaryrefslogtreecommitdiff
path: root/manifests/setup.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:58:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:58:50 -0300
commit298d43a828b10a194196fb90f6f65944f14901a5 (patch)
treefecbbc2f31994b44707b558221677c97d84baaf2 /manifests/setup.pp
parent737b596d073acad8ddcd26ac8a1c7e4a0dafd4b3 (diff)
downloadpuppet-websites-master.tar.gz
puppet-websites-master.tar.bz2
Hiera 5 migrationHEADmaster
Diffstat (limited to 'manifests/setup.pp')
-rw-r--r--manifests/setup.pp2
1 files changed, 1 insertions, 1 deletions
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':