summaryrefslogtreecommitdiff
path: root/cfn
diff options
context:
space:
mode:
authorThomas Herve <thomas.herve@enovance.com>2014-03-28 13:34:08 +0100
committerThomas Herve <thomas.herve@enovance.com>2014-03-28 13:34:08 +0100
commitdc296ee8f14aaafecf806be14901bdad6a516d22 (patch)
tree045dfa4cf4b8d7abda9bb921b7612054339a9c6b /cfn
parentb4311680af7c19756569166851298bf9d2961835 (diff)
downloadheat-templates-dc296ee8f14aaafecf806be14901bdad6a516d22.tar.gz
Fix WordPress_Single_Instance_deb.template
Change AllowedValues in WordPress_Single_Instance_deb.template to be a list. Change-Id: I1c9da1ccd3216f355c3a60b27473642ed4076655
Diffstat (limited to 'cfn')
-rw-r--r--cfn/F17/WordPress_Single_Instance_deb.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfn/F17/WordPress_Single_Instance_deb.template b/cfn/F17/WordPress_Single_Instance_deb.template
index f60c287..86d9ed7 100644
--- a/cfn/F17/WordPress_Single_Instance_deb.template
+++ b/cfn/F17/WordPress_Single_Instance_deb.template
@@ -64,7 +64,7 @@
"Default": "U10",
"Description" : "Distribution of choice",
"Type": "String",
- "AllowedValues" : "U10"
+ "AllowedValues" : ["U10"]
}
},