ARM templates. Bug fix, command to execute

This commit is contained in:
danielmkn
2021-01-15 08:18:30 -08:00
parent cb80b3f15c
commit 20ce1d4555
2 changed files with 5 additions and 5 deletions

View File

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

View File

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