Alexandros Kosiaris has submitted this change and it was merged. 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(-) Approvals: Alexandros Kosiaris: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: I46a2729a2f6481d9e91f4c26b7f7adf92f5fb1cd Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
