diff options
author | mh <mh@immerda.ch> | 2008-04-13 17:05:30 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-04-13 17:05:30 +0000 |
commit | 6834d1c95236b8fffd0f4b26778247ecba533dc2 (patch) | |
tree | c21661fbb1c5e436be3b82556f8b9461b766e43e | |
parent | 396eaf78f359da24b5ac791402262c572d91d62d (diff) |
fixed ssl-headers for clusters
-rw-r--r-- | files/master/puppet.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/master/puppet.conf b/files/master/puppet.conf index ea028ca..7b8d63f 100644 --- a/files/master/puppet.conf +++ b/files/master/puppet.conf @@ -49,6 +49,9 @@ dbpassword=**************** dbsocket=/var/lib/mysql/mysql.sock + #usage for clusters + #ssl_client_header=HTTP_X_SSL_SUBJECT + # specify allowed environments environments=production,development |