From 40a582ca45770d43db61389ad5f9fd999096cd48 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 24 Feb 2015 20:43:31 +0100 Subject: [PATCH] remove config_dir from the consul configuration file - fixes #385 Signed-off-by: Nico Schottelius --- cdist/conf/type/__consul_agent/manifest | 1 - 1 file changed, 1 deletion(-) diff --git a/cdist/conf/type/__consul_agent/manifest b/cdist/conf/type/__consul_agent/manifest index f9514755..c4e947bc 100755 --- a/cdist/conf/type/__consul_agent/manifest +++ b/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