aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/database/mysql/client.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-16 23:25:23 +0000
committerGerrit Code Review <review@openstack.org>2017-06-16 23:25:23 +0000
commit8ca7a1e390ce50ac66a6861dae59bb44fbf0324a (patch)
tree04380590acfa8f36ed5ec661adc4ddb8c74bec01 /manifests/profile/base/database/mysql/client.pp
parentbb7e1829f683ca1cac2034ce0b450c0f7ce483ed (diff)
parent94f13e66089cc0b18d5b4b2f6e204160d836ac3e (diff)
Merge "Ensure hiera step value is an integer"
Diffstat (limited to 'manifests/profile/base/database/mysql/client.pp')
-rw-r--r--manifests/profile/base/database/mysql/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/database/mysql/client.pp b/manifests/profile/base/database/mysql/client.pp
index 3de1e97..1e55f05 100644
--- a/manifests/profile/base/database/mysql/client.pp
+++ b/manifests/profile/base/database/mysql/client.pp
@@ -50,7 +50,7 @@ class tripleo::profile::base::database::mysql::client (
$mysql_read_default_group = 'tripleo',
$mysql_client_bind_address = undef,
$ssl_ca = '/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt',
- $step = hiera('step'),
+ $step = Integer(hiera('step')),
) {
if $step >= 1 {
# If the folder /etc/my.cnf.d does not exist (e.g. if mariadb is not