Add storyboard SSL cert/key/chain

Commented out because they aren't used, but the keys are in
hiera with these values.

Change-Id: Ie1d0bc5a9a996d55995c0d1c6d1ae961353f0c65
This commit is contained in:
James E. Blair 2014-02-25 17:16:42 -08:00 committed by Jeremy Stanley
parent 4b6eecf506
commit cec801f872

View File

@ -496,6 +496,9 @@ node 'storyboard.openstack.org' {
mysql_host => hiera('storyboard_db_host'),
mysql_user => hiera('storyboard_db_user'),
mysql_password => hiera('storyboard_db_password'),
# ssl_cert_file_contents => hiera('storyboard_ssl_cert_file_contents'),
# ssl_key_file_contents => hiera('storyboard_ssl_key_file_contents'),
# ssl_chain_file_contents => hiera('storyboard_ssl_chain_file_contents'),
}
}