From 560d43391832c8dacb8e8a8d79a134d5b659c9f1 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Fri, 13 Aug 2021 02:12:23 -0500 Subject: [PATCH] Update template --- aws/cloudformation-template-ipsec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aws/cloudformation-template-ipsec.json b/aws/cloudformation-template-ipsec.json index ffd3911..d82a3ac 100644 --- a/aws/cloudformation-template-ipsec.json +++ b/aws/cloudformation-template-ipsec.json @@ -16,15 +16,15 @@ }, "CentOS7": { "HelperInstallationCommands": "yum -y install python3 wget\npython3 -m pip install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz\n", - "InstallationLinks": "https://git.io/vpnsetup-centos" + "InstallationLinks": "https://git.io/vpnsetup" }, "CentOS8": { "HelperInstallationCommands": "yum -y install python3 wget\npython3 -m pip install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz\n", - "InstallationLinks": "https://git.io/vpnsetup-centos" + "InstallationLinks": "https://git.io/vpnsetup" }, "AmazonLinux2": { "HelperInstallationCommands": "export PATH=\"$PATH:/opt/aws/bin\"\n", - "InstallationLinks": "https://git.io/vpnsetup-amzn" + "InstallationLinks": "https://git.io/vpnsetup" } } },