From 7877d912ced0141c3b0812aa9110d7b2d9f95297 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Thu, 11 Apr 2013 09:45:30 -0700 Subject: Specify the usernames for dump/root explicitly --- mysql.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql.yaml b/mysql.yaml index e88d99eb..09cd35ff 100644 --- a/mysql.yaml +++ b/mysql.yaml @@ -62,8 +62,10 @@ Resources: mysql-migration: users: root: + username: root password: {Ref: BootstrapRootPassword} dump: + username: dump password: {Ref: BootstrapDumpPassword} bootstrap_host: {Ref: BootstrapHost} slave_user: {Ref: BootstrapSlaveUser} -- cgit 1.2.3-korg