diff options
author | varac <varacanero@zeromail.org> | 2010-01-24 12:14:50 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2010-01-24 12:14:50 +0100 |
commit | 373617edd3b17ac5605d525e5e96ec5494e573c7 (patch) | |
tree | cc78aeaa9521765ca442b75068f7aad58c8acd50 /files | |
parent | 9e54a92395046dde9a588e3d8e80ded99745ade2 (diff) |
added apache/passenger config variables
Diffstat (limited to 'files')
-rw-r--r-- | files/master/puppet.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/master/puppet.conf b/files/master/puppet.conf index bcf2a23..0027e57 100644 --- a/files/master/puppet.conf +++ b/files/master/puppet.conf @@ -54,6 +54,11 @@ #usage for clusters #ssl_client_header=HTTP_X_SSL_SUBJECT + # apache2/passenger usage: http://github.com/reductivelabs/puppet/tree/master/ext/rack + ssl_client_header = SSL_CLIENT_S_DN + ssl_client_verify_header = SSL_CLIENT_VERIFY + + # specify allowed environments environments=production,development |