Skip to content

Commit 5425ffe

Browse files
author
kherbik
committed
[issue/376]
- some fix related to the issue voxpupuli#376 (voxpupuli#376) Changes to be committed: modified: manifests/config.pp
1 parent 7b11f49 commit 5425ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/config.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
mode => $::consul::config_mode,
114114
content => consul_sorted_json($config_hash, $::consul::pretty_config, $::consul::pretty_config_indent),
115115
require => File[$::consul::config_dir],
116-
validate_cmd => "${::consul::bin_dir}/consul validate $(ln -s % /tmp/consul-config.json && echo \"/tmp/consul-config.json\") > /dev/null",
116+
validate_cmd => "${::consul::bin_dir}/consul validate $(ln -sf % /tmp/consul-config.json && echo \"/tmp/consul-config.json\") > /dev/null",
117117
}
118118

119119
}

0 commit comments

Comments
 (0)