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 mkdir -p /var/opt/jfrog/artifactory/etc/info
cat <<EOF >/var/opt/jfrog/artifactory/etc/info/installer-info.json cat <<EOF >/var/opt/jfrog/artifactory/etc/info/installer-info.json
{ {
"productId": "JFrogInstaller_ARM/1.0.0" "productId": "JFrogInstaller_ARM/1.0.0",
"features": [ "features": [
{ {
"featureId": "SQLServer" "featureId": "SQLServer"
} }
]
} }
EOF EOF

View File

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

View File

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