Springle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/189906

Change subject: incorrect private variable reference, mysql_repl_pass
......................................................................

incorrect private variable reference, mysql_repl_pass

Change-Id: Ib4520de2af42c2d293f9e8e8cffb9cc5e77cae60
---
M manifests/role/mariadb.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/06/189906/1

diff --git a/manifests/role/mariadb.pp b/manifests/role/mariadb.pp
index 0a49dba..41d60f4 100644
--- a/manifests/role/mariadb.pp
+++ b/manifests/role/mariadb.pp
@@ -16,7 +16,7 @@
     include passwords::tendril
 
     $root_pass    = $passwords::misc::scripts::mysql_root_pass
-    $repl_pass    = $passwords::misc::scripts::repl_sql_pass
+    $repl_pass    = $passwords::misc::scripts::mysql_repl_pass
     $nagios_pass  = $passwords::misc::scripts::nagios_sql_pass
     $tendril_user = $passwords::tendril::db_user
     $tendril_pass = $passwords::tendril::db_pass

-- 
To view, visit https://gerrit.wikimedia.org/r/189906
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib4520de2af42c2d293f9e8e8cffb9cc5e77cae60
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Springle <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to