aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lang <git@nicolas-lang.de>2021-09-10 21:38:50 +0200
committerNicolas Lang <git@nicolas-lang.de>2021-09-10 21:38:50 +0200
commit8f39ec59a5c8aa1e932e1be89ed6cdef10777699 (patch)
tree2261cb8d5bb7cfd50a89984bc46ae0b90e53fb1e
parent6144b83d102468db861e51e24ed86b38af7d6a78 (diff)
removed unnecessary DoUpdateModsOnStart since the required parameter is also binary
-rw-r--r--cf.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/cf.yml b/cf.yml
index 3dd1311..5517bb9 100644
--- a/cf.yml
+++ b/cf.yml
@@ -115,7 +115,6 @@ Conditions:
DnsConfigEnabled: !And [ !Not [ !Equals [ !Ref HostedZoneId, '' ] ], !Not [ !Equals [ !Ref RecordName, '' ] ] ]
SpotPriceProvided: !Not [ !Equals [ !Ref SpotPrice, '' ] ]
DoEnableRcon: !Equals [ !Ref EnableRcon, 'true' ]
- DoUpdateModsOnStart: !Equals [ !Ref UpdateModsOnStart, 'true' ]
Mappings:
ServerState:
@@ -362,7 +361,7 @@ Resources:
ReadOnly: false
Environment:
- Name: UPDATE_MODS_ON_START
- Value: !Sub "${DoUpdateModsOnStart}"
+ Value: !Sub "${UpdateModsOnStart}"
# ====================================================
# SET DNS RECORD
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage