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

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