mysqlclient: Use actual parameter in puppet to set bind-address
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Tue, 28 Feb 2017 12:48:38 +0000 (14:48 +0200)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Tue, 28 Feb 2017 12:48:38 +0000 (14:48 +0200)
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

puppet/services/database/mysql-client.yaml

index c8428e0..78456e2 100644 (file)
@@ -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