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

@@ -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