Skip to content

Commit b89adf6

Browse files
authored
rename repeated steps for start to be unique
1 parent dba158a commit b89adf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_ssm_setup/AWS-QuickSetup-SSMHostMgmt.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ Resources:
11161116
StringEquals:
11171117
- platformType
11181118
- Windows
1119-
name: "StartCloudWatchWindows"
1119+
name: "StartCloudWatchWindows2"
11201120
inputs:
11211121
documentType: "SSMDocument"
11221122
documentPath: "AmazonCloudWatch-ManageAgent"
@@ -1173,7 +1173,7 @@ Resources:
11731173
StringEquals:
11741174
- platformType
11751175
- Linux
1176-
name: "StartCloudWatchLinux"
1176+
name: "StartCloudWatchLinux2"
11771177
inputs:
11781178
documentType: "SSMDocument"
11791179
documentPath: "AmazonCloudWatch-ManageAgent"

0 commit comments

Comments
 (0)