aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2013-04-11 09:45:30 -0700
committerClint Byrum <clint@fewbar.com>2013-04-11 09:45:30 -0700
commit7877d912ced0141c3b0812aa9110d7b2d9f95297 (patch)
tree1928b33de6f92e145e82a40bb631fcd096969c2a
parent89662c8e67c285acfa5bdd167c71d5c9eff76e64 (diff)
Specify the usernames for dump/root explicitly
-rw-r--r--mysql.yaml2
1 files changed, 2 insertions, 0 deletions
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}