diff options
-rw-r--r-- | manifests/master.pp | 4 |
1 files changed, 3 insertions, 1 deletions
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") } } |