# -------------------------------------------
# Specifying the default settings:
# -------------------------------------------


node.reverse_merge!({
  'consulTemplate' => {
    'baseUrl' => 'https://releases.hashicorp.com/consul-template/',
    'version' => `curl -s https://releases.hashicorp.com/consul-template/ | htmlq -t 'a' | grep consul-template | head -n 1 | sed -e 's/^[^_]*_//g'`.chomp!,
    'zipPrefix' => 'consul-template_',
    'zipPostfix' => '_linux_amd64.zip',
    'storage' => '/opt/consul-template/consul-template',
    'location' => '/usr/local/bin/consul-template'
  },
})