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

@@ -214,10 +214,10 @@ EOF
mkdir -p /var/opt/jfrog/artifactory/etc/info
cat <<EOF >/var/opt/jfrog/artifactory/etc/info/installer-info.json
{
"productId": "JFrogInstaller_Azure_SQL/1.0.0"
"productId": "JFrogInstaller_ARM/1.0.0"
"features": [
{
"featureId": "Artifactory/${artifactoryVersion}"
"featureId": "SQLServer"
}
}
EOF

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"
]]},

View File

@@ -175,10 +175,10 @@ EOF
mkdir -p /var/opt/jfrog/artifactory/etc/info
cat <<EOF >/var/opt/jfrog/artifactory/etc/info/installer-info.json
{
"productId": "JFrog_TerraformInstaller_Mysql/1.0.0"
"productId": "JFrog_TerraformInstaller/1.0.0"
"features": [
{
"featureId": "Artifactory/${artifactory_version}"
"featureId": "MySql/5.5"
}
}
EOF