From 399cce68e3980a7d3fdc13c02eb18038bf12dc85 Mon Sep 17 00:00:00 2001 From: Dougal Ballantyne Date: Tue, 20 Jan 2015 12:21:16 -0800 Subject: [PATCH] Fixing mistake with Fn:Join typo --- cloudformation/cfncluster.cfn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudformation/cfncluster.cfn.json b/cloudformation/cfncluster.cfn.json index 77f2b42572..120d8c940a 100644 --- a/cloudformation/cfncluster.cfn.json +++ b/cloudformation/cfncluster.cfn.json @@ -2313,7 +2313,7 @@ "GangliaPrivateURL" : { "Description" : "Private URL to access Ganglia", "Value" : { - "Fn:Join" : [ + "Fn::Join" : [ "", [ "http://", @@ -2331,7 +2331,7 @@ "GangliaPublicURL" : { "Description" : "Public URL to access Ganglia", "Value" : { - "Fn:Join" : [ + "Fn::Join" : [ "", [ "http://",