Skip to content

Commit

Permalink
Fix consult in-line script
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarques committed Nov 5, 2017
1 parent b5eae20 commit d83aa5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/consul-image/consul.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"apt-get update && apt-get install -y libssl-dev libffi-dev python-dev build-essential apt-transport-https azure-cli",
"DEBIAN_FRONTEND=noninteractive apt-get -y upgrade",

"/tmp/terraform-azurerm-consul/tree/master/modules/install-consul/install-consul --version {{user `consul_version`}}",
"/tmp/terraform-azurerm-consul/tree/master/modules/install-dnsmasq/install-dnsmasq",
"/tmp/terraform-azurerm-consul/modules/install-consul/install-consul --version {{user `consul_version`}}",
"/tmp/terraform-azurerm-consul/modules/install-dnsmasq/install-dnsmasq",
"/usr/sbin/waagent -force -deprovision+user && export HISTSIZE=0 && sync"
],
"inline_shebang": "/bin/sh -x",
Expand Down

0 comments on commit d83aa5e

Please sign in to comment.