From a5ca193769a053b9d8d42a5aa797ef9f15536132 Mon Sep 17 00:00:00 2001 From: brucec Date: Tue, 26 Mar 2019 15:57:57 -0700 Subject: [PATCH] Adding missed puncturations --- AzureResourceManager/scripts/install_artifactory.sh | 3 ++- CloudFormation/artifactory-enterprise.json | 8 ++++---- Terraform/userdata.sh | 3 ++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/AzureResourceManager/scripts/install_artifactory.sh b/AzureResourceManager/scripts/install_artifactory.sh index 118ec68..2ed2f3d 100644 --- a/AzureResourceManager/scripts/install_artifactory.sh +++ b/AzureResourceManager/scripts/install_artifactory.sh @@ -214,11 +214,12 @@ EOF mkdir -p /var/opt/jfrog/artifactory/etc/info cat </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 diff --git a/CloudFormation/artifactory-enterprise.json b/CloudFormation/artifactory-enterprise.json index f26f836..1c73880 100644 --- a/CloudFormation/artifactory-enterprise.json +++ b/CloudFormation/artifactory-enterprise.json @@ -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", diff --git a/Terraform/userdata.sh b/Terraform/userdata.sh index 0e33ea0..28a8262 100644 --- a/Terraform/userdata.sh +++ b/Terraform/userdata.sh @@ -175,11 +175,12 @@ EOF mkdir -p /var/opt/jfrog/artifactory/etc/info cat </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