diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-02-28 14:48:38 +0200 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-02-28 14:48:38 +0200 |
commit | 3c3afe6b01b0b01878625e5648fd8651ba2317ce (patch) | |
tree | 04581a1325e72d3a01d38e252b8b5c36fe133b09 /puppet | |
parent | 9a4b972737825c5402d7d2b1ca7b3b4fb7f2c6e5 (diff) |
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
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/database/mysql-client.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/database/mysql-client.yaml b/puppet/services/database/mysql-client.yaml index c8428e0a..78456e28 100644 --- a/puppet/services/database/mysql-client.yaml +++ b/puppet/services/database/mysql-client.yaml @@ -28,7 +28,7 @@ outputs: value: service_name: mysql_client 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} step_config: | include ::tripleo::profile::base::database::mysql::client |