From 08c79368245573b79acfb1e0b203813aa8de5078 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Mon, 21 May 2012 15:08:36 +0200 Subject: [PATCH] Fix copy-paste errors in template descriptions Signed-off-by: Zane Bitter --- templates/WordPress_Single_Instance.template | 2 +- templates/WordPress_Single_Instance_With_EBS.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/WordPress_Single_Instance.template b/templates/WordPress_Single_Instance.template index c3287553..642a5bd7 100644 --- a/templates/WordPress_Single_Instance.template +++ b/templates/WordPress_Single_Instance.template @@ -1,7 +1,7 @@ { "AWSTemplateFormatVersion" : "2010-09-09", - "Description" : "AWS CloudFormation Sample Template WordPress_Multi_Instance: WordPress is web software you can use to create a beautiful website or blog. This template installs two instances: one running a WordPress deployment and the other using a local MySQL database to store the data.", + "Description" : "AWS CloudFormation Sample Template WordPress_Single_Instance: WordPress is web software you can use to create a beautiful website or blog. This template installs a single-instance WordPress deployment using a local MySQL database to store the data.", "Parameters" : { diff --git a/templates/WordPress_Single_Instance_With_EBS.template b/templates/WordPress_Single_Instance_With_EBS.template index c8d65e94..033f490f 100644 --- a/templates/WordPress_Single_Instance_With_EBS.template +++ b/templates/WordPress_Single_Instance_With_EBS.template @@ -1,7 +1,7 @@ { "AWSTemplateFormatVersion" : "2010-09-09", - "Description" : "AWS CloudFormation Sample Template WordPress_Multi_Instance: WordPress is web software you can use to create a beautiful website or blog. This template installs two instances: one running a WordPress deployment and the other using a local MySQL database to store the data.", + "Description" : "AWS CloudFormation Sample Template WordPress_Single_Instance: WordPress is web software you can use to create a beautiful website or blog. This template installs a single-instance WordPress deployment using a local MySQL database to store the data.", "Parameters" : { -- 2.45.2