Adding featureId into the installer-info.json

This commit is contained in:
brucec
2019-03-22 11:40:32 -07:00
parent 021f9a011e
commit 9d644f6302
3 changed files with 15 additions and 0 deletions

View File

@@ -907,6 +907,11 @@
"content" : { "Fn::Join" : ["", [
"{\n",
" \"productId\": \"JFrogInstaller_Cloudformation_MySQL/1.0.0\"\n",
" \"features\": [\n",
" {\n",
" \"featureId\": \"Artifactory/", { "Ref": "ArtifactoryVersion" }, "\"\n",
" \"attributes\": {}\n",
" }\n",
"}\n"
]]},
"mode" : "000755",