Skip to content

Commit 4db2aeb

Browse files
Update env flag for greengrass component in arm
cr: https://code.amazon.com/reviews/CR-107029579
1 parent 52fdddf commit 4db2aeb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packaging/greengrass/component.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"RecipeFormatVersion": "2020-01-25",
33
"ComponentName": "aws.greengrass.SystemsManagerAgent",
4-
"ComponentVersion": "1.2.2",
4+
"ComponentVersion": "1.2.3",
55
"ComponentType": "aws.greengrass.generic",
66
"ComponentDescription": "Systems Manager Agent component to enable Systems Manager capabilities on your Greengrass devices",
77
"ComponentPublisher": "Amazon",
@@ -72,15 +72,15 @@
7272
"SSM_OVERRIDE_EXISTING_REGISTRATION": "{configuration:/SSMOverrideExistingRegistration}"
7373
},
7474
"Install": {
75-
"Script": "{artifacts:decompressedPath}/artifacts/ssm-setup-cli -install",
75+
"Script": "{artifacts:decompressedPath}/artifacts/ssm-setup-cli -env greengrass -install",
7676
"RequiresPrivilege": true
7777
},
7878
"Startup": {
79-
"Script": "{artifacts:decompressedPath}/artifacts/ssm-setup-cli -register ",
79+
"Script": "{artifacts:decompressedPath}/artifacts/ssm-setup-cli -env greengrass -register",
8080
"RequiresPrivilege": true
8181
},
8282
"Shutdown": {
83-
"Script": "{artifacts:decompressedPath}/artifacts/ssm-setup-cli -shutdown",
83+
"Script": "{artifacts:decompressedPath}/artifacts/ssm-setup-cli -env greengrass -shutdown",
8484
"RequiresPrivilege": true
8585
}
8686
},

0 commit comments

Comments
 (0)