Adding missed puncturations

This commit is contained in:
brucec
2019-03-26 15:57:57 -07:00
parent 5ed725f9c9
commit a5ca193769
3 changed files with 8 additions and 6 deletions

View File

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

View File

@@ -906,11 +906,11 @@
"/var/opt/jfrog/artifactory/etc/info/installer-info.json" : {
"content" : { "Fn::Join" : ["", [
"{\n",
" \"productId\": \"JFrogInstaller_Cloudformation/1.0.0\"\n",
" \"productId\": \"JFrogInstaller_Cloudformation/1.0.0\",\n",
" \"features\": [\n",
" {\n",
" \"featureId\": \"MySql/5.5\"\n",
" }\n",
" }]\n",
"}\n"
]]},
"mode" : "000755",
@@ -1272,11 +1272,11 @@
"/var/opt/jfrog/artifactory/etc/info/installer-info.json" : {
"content" : { "Fn::Join" : ["", [
"{\n",
" \"productId\": \"JFrogInstaller_Cloudformation_MySQL/1.0.0\"\n",
" \"productId\": \"JFrogInstaller_Cloudformation_MySQL/1.0.0\",\n",
" \"features\": [\n",
" {\n",
" \"featureId\": \"MySql/5.5\"\n",
" }\n",
" }]\n",
"}\n"
]]},
"mode" : "000755",

View File

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