You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/vagrant/modules/buttonmen/templates/create_rds_database.erb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ if [ "$?" = "0" ]; then
15
15
else
16
16
echo"Creating <%= buttonmen_db1_name %>"
17
17
echo"CREATE DATABASE <%= buttonmen_db1_name %>"| mysql ${MYSQL_ARGS}
18
-
echo"GRANT ALL ON <%= buttonmen_db1_name %>.* TO <%= buttonmen_db1_user %>@'<%= puppet_hostname %>' IDENTIFIED BY '<%= buttonmen_db1_pass %>'"| mysql ${MYSQL_ARGS}
18
+
echo"GRANT ALL ON <%= buttonmen_db1_name %>.* TO <%= buttonmen_db1_user %>@'<%= @puppet_hostname %>' IDENTIFIED BY '<%= buttonmen_db1_pass %>'"| mysql ${MYSQL_ARGS}
0 commit comments