From: Zane Bitter Date: Tue, 10 Jul 2012 22:21:56 +0000 (-0400) Subject: Fix the WordPress puppet template syntax X-Git-Tag: 2014.1~1610 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e4eaca5d58b1d59459079d4967b91f3bbc6a1aae;p=openstack-build%2Fheat-build.git 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 --- diff --git a/templates/WordPress_Single_Instance_puppet.template b/templates/WordPress_Single_Instance_puppet.template index fea908ce..b6dd3c2c 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.",