Shortened the productId

This commit is contained in:
brucec
2019-03-25 16:25:06 -07:00
parent 550b78b18d
commit 5ed725f9c9
3 changed files with 7 additions and 7 deletions

View File

@@ -906,10 +906,10 @@
"/var/opt/jfrog/artifactory/etc/info/installer-info.json" : {
"content" : { "Fn::Join" : ["", [
"{\n",
" \"productId\": \"JFrogInstaller_Cloudformation_MySQL/1.0.0\"\n",
" \"productId\": \"JFrogInstaller_Cloudformation/1.0.0\"\n",
" \"features\": [\n",
" {\n",
" \"featureId\": \"Artifactory/", { "Ref": "ArtifactoryVersion" }, "\"\n",
" \"featureId\": \"MySql/5.5\"\n",
" }\n",
"}\n"
]]},
@@ -1275,7 +1275,7 @@
" \"productId\": \"JFrogInstaller_Cloudformation_MySQL/1.0.0\"\n",
" \"features\": [\n",
" {\n",
" \"featureId\": \"Artifactory/", { "Ref": "ArtifactoryVersion" }, "\"\n",
" \"featureId\": \"MySql/5.5\"\n",
" }\n",
"}\n"
]]},