From 05f4df48930f8b723bfa41f4d59e2b8b0089acb4 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sat, 14 Apr 2012 07:34:08 -0700 Subject: [PATCH] Yet more typos in cfntools template Signed-off-by: Steven Dake --- templates/WordPress_Single_Instance_cfntools.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/WordPress_Single_Instance_cfntools.template b/templates/WordPress_Single_Instance_cfntools.template index 103a4018..360c327b 100644 --- a/templates/WordPress_Single_Instance_cfntools.template +++ b/templates/WordPress_Single_Instance_cfntools.template @@ -122,7 +122,7 @@ "KeyName" : { "Ref" : "KeyName" }, "UserData" : { "Fn::Base64" : { "Fn::Join" : ["", [ "#!/bin/bash -v\n", - "/opt/aws/bin/cfn-init -f /var/lib/cloud/cfn-init-data" + "/opt/aws/bin/cfn-init -f /var/lib/cloud/cfn-init-data\n", "# Setup MySQL root password and create a user\n", "mysqladmin -u root password '", { "Ref" : "DBRootPassword" }, "'\n", "cat >> /tmp/mysql-wordpress-config << EOF\n", -- 2.45.2