Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/278064
Change subject: Remove extra newline created by last change in root.my.cnf.erb ...................................................................... Remove extra newline created by last change in root.my.cnf.erb Change-Id: Ia1c0098d5b9bac7182d8625ed489b477a75ab483 --- M templates/root.my.cnf.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/mariadb refs/changes/64/278064/1 diff --git a/templates/root.my.cnf.erb b/templates/root.my.cnf.erb index 2d6c2b8..514d6e7 100644 --- a/templates/root.my.cnf.erb +++ b/templates/root.my.cnf.erb @@ -1,6 +1,6 @@ [client] user = root -<% if @password %> +<% if @password -%> password = <%= @password %> <% end -%> socket = /tmp/mysql.sock -- To view, visit https://gerrit.wikimedia.org/r/278064 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia1c0098d5b9bac7182d8625ed489b477a75ab483 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet/mariadb Gerrit-Branch: master Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
