Gehel has uploaded a new change for review.

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

Change subject: Correct hiera property name to create postgresql users
......................................................................

Correct hiera property name to create postgresql users

Example of configuration for codfw cluster was wrong, which lead to
configuration of labs instance to also be wrong.

Bug: T138092
Change-Id: Iebe7ec41d8b98c78eacd359cf20c32aa09261a00
---
M hieradata/labs/maps-team/common.yaml
M hieradata/role/codfw/maps/master.yaml
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/73/297273/1

diff --git a/hieradata/labs/maps-team/common.yaml 
b/hieradata/labs/maps-team/common.yaml
index 12208fd..aeb58df 100644
--- a/hieradata/labs/maps-team/common.yaml
+++ b/hieradata/labs/maps-team/common.yaml
@@ -5,7 +5,7 @@
 postgresql::postgis::pgversion: 9.4
 postgresql::spatialdb::postgis_version: 2.1
 postgresql::master::pgversion: 9.4
-postgresql::master::postgres_slaves:
+maps::postgres_slaves:
   replication@mapsslave01-v4:
     user: replication
     password: justapass
diff --git a/hieradata/role/codfw/maps/master.yaml 
b/hieradata/role/codfw/maps/master.yaml
index 953ebe0..5f1a3d4 100644
--- a/hieradata/role/codfw/maps/master.yaml
+++ b/hieradata/role/codfw/maps/master.yaml
@@ -1,5 +1,5 @@
 # Defined in the private repo
-#postgresql::master::postgres_slaves:
+#maps::postgres_slaves:
 #  replication@maps-test2002-v4:
 #    user: replication
 #    password: justapass

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iebe7ec41d8b98c78eacd359cf20c32aa09261a00
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gehel <gleder...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to