From 20ce1d45555ffe05f62d3fcb54c1b878d8688ec3 Mon Sep 17 00:00:00 2001 From: danielmkn Date: Fri, 15 Jan 2021 08:18:30 -0800 Subject: [PATCH] ARM templates. Bug fix, command to execute --- .../Artifactory/MP_submission/mainTemplate.json | 4 ++-- AzureResourceManager/Artifactory/azuredeploy.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json b/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json index af82b95..4242daf 100644 --- a/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json +++ b/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json @@ -847,7 +847,7 @@ ] }, "protectedSettings": { - "commandToExecute": "bash version_selector.sh && ls -al && pwd >> /var/lib/cloud/instance/user-data.txt" + "commandToExecute": "bash install_artifactory7.sh && ls -al && pwd >> /var/lib/cloud/instance/user-data.txt" } } } @@ -944,7 +944,7 @@ ] }, "protectedSettings": { - "commandToExecute": "bash version_selector.sh && ls -al && pwd >> /var/lib/cloud/instance/user-data.txt" + "commandToExecute": "bash install_artifactory7.sh && ls -al && pwd >> /var/lib/cloud/instance/user-data.txt" } } } diff --git a/AzureResourceManager/Artifactory/azuredeploy.json b/AzureResourceManager/Artifactory/azuredeploy.json index cb61eef..6bffc01 100644 --- a/AzureResourceManager/Artifactory/azuredeploy.json +++ b/AzureResourceManager/Artifactory/azuredeploy.json @@ -79,7 +79,7 @@ }, "artifactoryVersion": { "type": "string", - "defaultValue": "0.0.9", + "defaultValue": "0.0.8", "allowedValues": [ "0.0.8", "0.0.9" @@ -847,7 +847,7 @@ ] }, "protectedSettings": { - "commandToExecute": "bash version_selector.sh && ls -al && pwd >> /var/lib/cloud/instance/user-data.txt" + "commandToExecute": "bash install_artifactory7.sh && ls -al && pwd >> /var/lib/cloud/instance/user-data.txt" } } } @@ -944,7 +944,7 @@ ] }, "protectedSettings": { - "commandToExecute": "bash version_selector.sh && ls -al && pwd >> /var/lib/cloud/instance/user-data.txt" + "commandToExecute": "bash install_artifactory7.sh && ls -al && pwd >> /var/lib/cloud/instance/user-data.txt" } } }