aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-11-18 18:00:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-11-18 18:00:43 -0200
commit19777c58c7e1b1a0a9db858467bd8d5f487d24e2 (patch)
tree902434b6b783d866e7f55e9afead28b480ef25ab /manifests
parent30a68182d0c51d39c4184ffb6f56e0a8f6ec4b0f (diff)
downloadpuppet-nodo-19777c58c7e1b1a0a9db858467bd8d5f487d24e2.tar.gz
puppet-nodo-19777c58c7e1b1a0a9db858467bd8d5f487d24e2.tar.bz2
Master node proxy configuration
Diffstat (limited to 'manifests')
-rw-r--r--manifests/master.pp4
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") }
}