]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix the WordPress puppet template syntax
authorZane Bitter <zbitter@redhat.com>
Tue, 10 Jul 2012 22:21:56 +0000 (18:21 -0400)
committerZane Bitter <zbitter@redhat.com>
Wed, 11 Jul 2012 15:56:13 +0000 (11:56 -0400)
The template was not valid JSON due to an apparent copy-and-paste error.

Change-Id: I5fb4afe6597b2f469fb5219494feb745d083bf52
Signed-off-by: Zane Bitter <zbitter@redhat.com>
templates/WordPress_Single_Instance_puppet.template

index fea908ce5d29342b0f31da774ff033f77e5f006b..b6dd3c2ca8bfcf76eb448505aaf687fc49a46672 100644 (file)
@@ -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.",