mysqlclient: Use actual parameter in puppet to set bind-address
It was using a hiera key, and fetching that from a hiera call in the puppet manfiest. But we can remove that if we set it via hiera from t-h-t. Change-Id: I5af5ccb88e644f4dd25503d8e7a93796695d3039
This commit is contained in:
parent
9a4b972737
commit
3c3afe6b01
@ -28,7 +28,7 @@ outputs:
|
|||||||
value:
|
value:
|
||||||
service_name: mysql_client
|
service_name: mysql_client
|
||||||
config_settings:
|
config_settings:
|
||||||
tripleo::profile::base:database::mysql::client_bind_address: {get_param: [ServiceNetMap, MysqlNetwork]}
|
tripleo::profile::base::database::mysql::client::mysql_client_bind_address: {get_param: [ServiceNetMap, MysqlNetwork]}
|
||||||
tripleo::profile::base::database::mysql::client::enable_ssl: {get_param: EnableInternalTLS}
|
tripleo::profile::base::database::mysql::client::enable_ssl: {get_param: EnableInternalTLS}
|
||||||
step_config: |
|
step_config: |
|
||||||
include ::tripleo::profile::base::database::mysql::client
|
include ::tripleo::profile::base::database::mysql::client
|
||||||
|
Loading…
Reference in New Issue
Block a user