Skip to content

Commit

Permalink
[issue/376]
Browse files Browse the repository at this point in the history
- some fix related to the issue voxpupuli#376 (voxpupuli#376)

Changes to be committed:
	modified:   manifests/config.pp
  • Loading branch information
kherbik committed Nov 14, 2017
1 parent 2e17c06 commit 9bf96fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
mode => $::consul::config_mode,
content => consul_sorted_json($config_hash, $::consul::pretty_config, $::consul::pretty_config_indent),
require => File[$::consul::config_dir],
validate_cmd => "${::consul::bin_dir}/consul validate $(ln -s % /tmp/consul-config.json && echo \"/tmp/consul-config.json\") > /dev/null",
validate_cmd => "${::consul::bin_dir}/consul validate $(ln -s % /tmp/consul-config.json && echo \"/tmp/consul-config.json\") > /dev/null && rm -f /tmp/consul-config.json",
}

}

0 comments on commit 9bf96fd

Please sign in to comment.