diff options
Diffstat (limited to 'manifests/master.pp')
-rw-r--r-- | manifests/master.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/master.pp b/manifests/master.pp index 2bb5898..e355e8e 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -37,7 +37,7 @@ class nodo::master { } # We should run master nodes web server behind an HTTPS proxy - $apache_https_proxy = 'yes' + $nodo_https_proxy = 'yes' # These should be included after puppetmaster include nodo::vserver |