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 <zbitter@redhat.com>
This commit is contained in:
Zane Bitter 2012-07-10 18:21:56 -04:00
parent 8108c0aefb
commit e4eaca5d58
1 changed files with 2 additions and 1 deletions

View 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.",