1
0
Fork 0
mirror of synced 2025-04-05 14:13:37 +03:00

fix template validation errors

This commit is contained in:
Scottpedia 2021-01-19 01:37:32 -05:00
parent 52baa3bc8a
commit 5eda510b2a

View file

@ -406,14 +406,7 @@
"sh vpnsetup.sh\n",
{
"Fn::If": [
{
"Fn::Equals": [
{
"Ref": "IfSetupIKEV2"
},
"true"
]
},
"IfSetupIKEV2Condition",
"wget https://git.io/ikev2setup -O ikev2.sh && bash ikev2.sh --auto\n",
""
]
@ -809,6 +802,16 @@
}
}
},
"Conditions": {
"IfSetupIKEV2Condition": {
"Fn::Equals": [
{
"Ref": "IfSetupIKEV2"
},
"true"
]
}
},
"Parameters": {
"VpnUser": {
"Type": "String",
@ -862,7 +865,7 @@
"true",
"false"
],
"default": "false"
"Default": "false"
}
},
"Outputs": {