diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-05-07 20:58:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-05-07 20:58:50 -0300 |
commit | 298d43a828b10a194196fb90f6f65944f14901a5 (patch) | |
tree | fecbbc2f31994b44707b558221677c97d84baaf2 /manifests/setup.pp | |
parent | 737b596d073acad8ddcd26ac8a1c7e4a0dafd4b3 (diff) | |
download | puppet-websites-master.tar.gz puppet-websites-master.tar.bz2 |
Diffstat (limited to 'manifests/setup.pp')
-rw-r--r-- | manifests/setup.pp | 2 |
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': |