Adding callhome metadata file for terraform, ARM and cloudformation

This commit is contained in:
brucec
2019-03-21 16:49:09 -07:00
parent f501922c37
commit 8ed6fc6750
3 changed files with 30 additions and 1 deletions

View File

@@ -902,6 +902,16 @@
" --region ", { "Ref" : "AWS::Region" }, "\n",
"runas=root\n"
]]}
},
"/var/opt/jfrog/artifactory/etc/info/installer-info.json" : {
"content" : { "Fn::Join" : ["", [
"{\n",
" \"productId\": \"JFrogInstaller_Azure_SQL/1.0.0\"\n",
"}\n"
]]},
"mode" : "000755",
"owner" : "artifactory",
"group" : "artifactory"
}
},
@@ -1254,6 +1264,16 @@
" --region ", { "Ref" : "AWS::Region" }, "\n",
"runas=root\n"
]]}
},
"/var/opt/jfrog/artifactory/etc/info/installer-info.json" : {
"content" : { "Fn::Join" : ["", [
"{\n",
" \"productId\": \"JFrogInstaller_Azure_SQL/1.0.0\"\n",
"}\n"
]]},
"mode" : "000755",
"owner" : "artifactory",
"group" : "artifactory"
}
},