diff options
| author | Nicolas Lang <git@nicolas-lang.de> | 2021-09-10 21:38:50 +0200 |
|---|---|---|
| committer | Nicolas Lang <git@nicolas-lang.de> | 2021-09-10 21:38:50 +0200 |
| commit | 8f39ec59a5c8aa1e932e1be89ed6cdef10777699 (patch) | |
| tree | 2261cb8d5bb7cfd50a89984bc46ae0b90e53fb1e | |
| parent | 6144b83d102468db861e51e24ed86b38af7d6a78 (diff) | |
removed unnecessary DoUpdateModsOnStart since the required parameter is also binary
| -rw-r--r-- | cf.yml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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
|
