From: Silvio Rhatto Date: Fri, 18 Nov 2011 20:00:43 +0000 (-0200) Subject: Master node proxy configuration X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=19777c58c7e1b1a0a9db858467bd8d5f487d24e2;p=puppet-nodo.git Master node proxy configuration --- diff --git a/manifests/master.pp b/manifests/master.pp index 59f2678..0868192 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -36,6 +36,9 @@ class nodo::master { } } + # We should run master nodes web server behind an HTTPS proxy + $apache_https_proxy = 'yes' + # These should be included after puppetmaster include nodo::vserver include database @@ -49,7 +52,6 @@ class nodo::master { ensure => absent, } - case $puppetmaster_db_password { '': { fail("Please set \$puppetmaster_db_password in your host config") } }