Skip to content

Commit

Permalink
update script paths for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Petertaylor9999 committed Nov 13, 2017
1 parent d47e0ef commit 1d46349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtual-machines/n-tier-linux/n-tier-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"autoUpgradeMinorVersion": true,
"settings": {
"fileUris": [
"https://raw.githubusercontent.com/mspnp/reference-architectures/master/virtual-machines/n-tier-linux/extensions/linux/install-cassandra.sh"
"https://raw.githubusercontent.com/mspnp/reference-architectures/master/scripts/linux/install-cassandra.sh"
],
"commandToExecute": "[concat('bash install-cassandra.sh rantierdatanode11 rantierops1 ra-ntier-dc-',resourceGroup().location,' ',resourceGroup().location)]"
},
Expand Down Expand Up @@ -281,7 +281,7 @@
"autoUpgradeMinorVersion": true,
"settings": {
"fileUris": [
"https://raw.githubusercontent.com/mspnp/reference-architectures/master/virtual-machines/n-tier-linux/extensions/linux/install-opscenter.sh"
"https://raw.githubusercontent.com/mspnp/reference-architectures/master/scripts/linux/install-opscenter.sh"
],
"commandToExecute": "[concat('sudo bash install-opscenter.sh rantierdatanode11 ', resourceGroup().location)]"
},
Expand Down

0 comments on commit 1d46349

Please sign in to comment.