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

Commit 8d6ae72

Browse files
committed
fix logic flow for DSMNode2 cfn-signal
1 parent d28c513 commit 8d6ae72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DeepSecurity/RHEL/DSM96RH.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,8 +1281,7 @@
12811281
"\n",
12821282
{
12831283
"Fn::If" : [
1284-
"WaitNotProvided",
1285-
"cfn-signal -e $? -r \"Complete\" ''",
1284+
"IsFirstNode",
12861285
{
12871286
"Fn::Join" : [
12881287
"",
@@ -1293,7 +1292,8 @@
12931292
}
12941293
]
12951294
]
1296-
}
1295+
},
1296+
"cfn-signal -e $? -r \"Complete\" ''"
12971297
]
12981298
},
12991299
"\n"

0 commit comments

Comments
 (0)