From f28921d631d5e1f1eb0d18b56d0c210bbe7fafbd Mon Sep 17 00:00:00 2001 From: Scottpedia Date: Fri, 1 Jan 2021 17:32:52 -0500 Subject: [PATCH] Add mapping data between the OS(s) and their installation links. --- aws/cloudformation-template-ipsec | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/aws/cloudformation-template-ipsec b/aws/cloudformation-template-ipsec index f187f06..f8e6ba9 100644 --- a/aws/cloudformation-template-ipsec +++ b/aws/cloudformation-template-ipsec @@ -1,5 +1,18 @@ { "AWSTemplateFormatVersion": "2010-09-09", + "Mappings": { + "ScriptLinks": { + "links": { + "Ubuntu1604": "https://git.io/vpnsetup", + "Ubuntu1804": "https://git.io/vpnsetup", + "Ubuntu2004": "https://git.io/vpnsetup", + "Debian9": "https://git.io/vpnsetup", + "CentOS7": "https://git.io/vpnsetup-centos", + "CentOS8": "https://git.io/vpnsetup-centos", + "AmazonLinux2": "https://bit.ly/vpnsetup-amzn" + } + } + }, "Metadata": { "AWS::CloudFormation::Designer": { "0a162613-8f2e-4864-be99-75d946934a4a": {