Callhome installer info added to terraform

This commit is contained in:
brucec
2019-03-21 14:19:32 -07:00
parent b304530a09
commit f501922c37

View File

@@ -172,7 +172,8 @@ server {
} }
EOF EOF
cat <<EOF > /var/opt/jfrog/artifactory/etc/info/installer-info.json mkdir -p /var/opt/jfrog/artifactory/etc/info
cat <<EOF >/var/opt/jfrog/artifactory/etc/info/installer-info.json
{ {
"productId": "JFrogMysqlTerraformInstaller/1.0.0" "productId": "JFrogMysqlTerraformInstaller/1.0.0"
} }