summaryrefslogtreecommitdiff
path: root/manifests/setup.pp
diff options
context:
space:
mode:
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':