Merge pull request #386 from telmich/bugfix/#385

remove config_dir from the consul configuration file - fixes #385
remotes/origin/no-dot-cdist
Steven Armstrong 10 years ago
commit f222414c1a
  1. 1
      cdist/conf/type/__consul_agent/manifest

@ -82,7 +82,6 @@ echo "{"
# parameters we define ourself
printf ' "data_dir": "%s"\n' "$data_dir"
printf ' ,"config_dir": "%s"\n' "$conf_dir"
for param in $(ls "$__object/parameter/"); do
case "$param" in

Loading…
Cancel
Save