From b98f402fa7ca977769de09a6cc200ee9f928bc6c Mon Sep 17 00:00:00 2001 From: Ian Main Date: Thu, 6 Sep 2012 09:40:42 -0700 Subject: [PATCH] Forgot commas, doh! I had this in and tested but forgot to put commas in after update. Change-Id: I7fbcacea0a4ab40f1e6b6e016fd5940ba8432c26 Signed-off-by: Ian Main --- templates/WordPress_Single_Instance_With_EBS.template | 4 ++-- templates/WordPress_Single_Instance_With_EBS_EIP.template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/WordPress_Single_Instance_With_EBS.template b/templates/WordPress_Single_Instance_With_EBS.template index 1d5ba69462..e243ff9ab8 100644 --- a/templates/WordPress_Single_Instance_With_EBS.template +++ b/templates/WordPress_Single_Instance_With_EBS.template @@ -156,8 +156,8 @@ "FLUSH PRIVILEGES;\n", "EXIT\n", "EOF\n", - "sed --in-place --e s/database_name_here/", { "Ref" : "DBName" }, "/ --e s/username_here/", { "Ref" : "DBUsername" }, "/ --e s/password_here/", { "Ref" : "DBPassword" }, "/ /usr/share/wordpress/wp-config.php\n" - "systemctl restart httpd.service\n", + "sed --in-place --e s/database_name_here/", { "Ref" : "DBName" }, "/ --e s/username_here/", { "Ref" : "DBUsername" }, "/ --e s/password_here/", { "Ref" : "DBPassword" }, "/ /usr/share/wordpress/wp-config.php\n", + "systemctl restart httpd.service\n" ]]}} } }, diff --git a/templates/WordPress_Single_Instance_With_EBS_EIP.template b/templates/WordPress_Single_Instance_With_EBS_EIP.template index ab7ea11bfb..5651b0f2f2 100644 --- a/templates/WordPress_Single_Instance_With_EBS_EIP.template +++ b/templates/WordPress_Single_Instance_With_EBS_EIP.template @@ -180,8 +180,8 @@ "FLUSH PRIVILEGES;\n", "EXIT\n", "EOF\n", - "sed --in-place --e s/database_name_here/", { "Ref" : "DBName" }, "/ --e s/username_here/", { "Ref" : "DBUsername" }, "/ --e s/password_here/", { "Ref" : "DBPassword" }, "/ /usr/share/wordpress/wp-config.php\n" - "systemctl restart httpd.service\n", + "sed --in-place --e s/database_name_here/", { "Ref" : "DBName" }, "/ --e s/username_here/", { "Ref" : "DBUsername" }, "/ --e s/password_here/", { "Ref" : "DBPassword" }, "/ /usr/share/wordpress/wp-config.php\n", + "systemctl restart httpd.service\n" ]]}} } },