diff options
-rw-r--r-- | mysql.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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} |