From 6318dd798e97c2609ed7506a0643e62c483a3395 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 4 Nov 2016 14:15:22 +1100 Subject: [PATCH] pholio: mysql_user_password consistent argument Just for clarity, use the same hiera key as variable name. Change-Id: I4c5b7a9f242376edf991522bc38b998250b60b12 --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 655d37b56f..a259cda9e8 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -542,7 +542,7 @@ node /^pholio\d+\.openstack\.org$/ { sysadmins => hiera('sysadmins', []), } class { 'openstack_project::pholio': - mysql_user_password => hiera('pholio_mysql_password'), + mysql_user_password => hiera('pholio_mysql_user_password'), mysql_root_password => hiera('pholio_mysql_root_password'), # snakeoil for now; will move to real key soon (ianw 2016-11-04) ssl_cert_file => '/etc/ssl/certs/ssl-cert-snakeoil.pem',