Merge "Add storyboard SSL cert/key/chain"

This commit is contained in:
Jenkins 2014-03-04 21:57:13 +00:00 committed by Gerrit Code Review
commit 980587e20d

@ -458,6 +458,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'),
}
}