Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 4290260

Browse files
committed
Default license key to Xs
1 parent 5076fbb commit 4290260

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

DeepSecurity/QuickStart/TMQuickStartTP.template

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,13 @@
287287
"Ref" : "DeepSecurityAdminPass"
288288
},
289289
"DSIMultiNode" : "1" ,
290-
"DSIPLicenseKey" : { "Ref" : "DeepSecurityLicenseKey"},
290+
"DSIPLicenseKey" : {
291+
"Fn::If" : [
292+
"NoLicenseKey",
293+
"XX-XXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
294+
{ "Ref" : "DeepSecurityLicenseKey" }
295+
]
296+
},
291297
"DSIPHeartbeatPort" : "4120",
292298
"DSIPGUIPort" : "443",
293299
"DSIPInstanceType" : {
@@ -319,6 +325,16 @@
319325
}
320326
}
321327
},
328+
"Conditions" : {
329+
"NoLicenseKey": {
330+
"Fn::Equals": [
331+
{
332+
"Ref": "DeepSecurityLicenseKey"
333+
},
334+
""
335+
]
336+
}
337+
},
322338
"Outputs" : {
323339
"DeepSecurityConsole" : {
324340
"Value" : {

0 commit comments

Comments
 (0)