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:
parent
4b6eecf506
commit
cec801f872
@ -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'),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user