From e4eaca5d58b1d59459079d4967b91f3bbc6a1aae Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Tue, 10 Jul 2012 18:21:56 -0400 Subject: [PATCH] Fix the WordPress puppet template syntax The template was not valid JSON due to an apparent copy-and-paste error. Change-Id: I5fb4afe6597b2f469fb5219494feb745d083bf52 Signed-off-by: Zane Bitter --- templates/WordPress_Single_Instance_puppet.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/WordPress_Single_Instance_puppet.template b/templates/WordPress_Single_Instance_puppet.template index fea908ce5d..b6dd3c2ca8 100644 --- a/templates/WordPress_Single_Instance_puppet.template +++ b/templates/WordPress_Single_Instance_puppet.template @@ -1,4 +1,5 @@ -TemplateFormatVersion" : "2010-09-09", +{ + "TemplateFormatVersion" : "2010-09-09", "Description": "Sample template to bring up WordPress using the Puppet client to install server roles. A WaitCondition is used to hold up the stack creation until the application is deployed. **WARNING** This template creates one or more Amazon EC2 instances and CloudWatch alarms. You will be billed for the AWS resources used if you create a stack from this template.",