Alexandros Kosiaris has uploaded a new change for review.

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

Change subject: maps: Fix typo in maps.cql.erb
......................................................................

maps: Fix typo in maps.cql.erb

Missing an 'n' character in cassandra

Change-Id: I46a2729a2f6481d9e91f4c26b7f7adf92f5fb1cd
---
M templates/maps/grants.cql.erb
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/96/231296/1

diff --git a/templates/maps/grants.cql.erb b/templates/maps/grants.cql.erb
index 8060623..0309ab4 100644
--- a/templates/maps/grants.cql.erb
+++ b/templates/maps/grants.cql.erb
@@ -1,6 +1,6 @@
 -- Cassandra grants for maps
-CREATE USER kartotherian  WITH PASSWORD '<%= @cassadra_kartotherian_pass %>';
-CREATE USER tilerator  WITH PASSWORD '<%= @cassadra_tilerator_pass %>';
+CREATE USER kartotherian  WITH PASSWORD '<%= @cassandra_kartotherian_pass %>';
+CREATE USER tilerator  WITH PASSWORD '<%= @cassandra_tilerator_pass %>';
 
 -- First revoking all permissions to maintain consistency
 REVOKE ALL PERMISSIONS ON ALL KEYSPACES FROM kartotherian;

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

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

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

Reply via email to