Fix consul message and document messaging.

remotes/origin/key_value-onchange
Darko Poljak 7 years ago
parent c0dc26a577
commit 1f93e7291e
  1. 2
      cdist/conf/type/__consul/gencode-remote
  2. 8
      cdist/conf/type/__consul/man.rst

@ -58,4 +58,4 @@ cat << eof
fi fi
eof eof
echo "__consul/usr/local/bin/consul" >> "$__messages_out" echo "/usr/local/bin/consul created" >> "$__messages_out"

@ -35,6 +35,14 @@ direct
Download and deploy consul binary directly on the target machine. Download and deploy consul binary directly on the target machine.
MESSAGES
--------
If consul binary is created using __staged_file then underlaying __file type messages are emitted.
If consul binary is created by direct method then the following messages are emitted:
/usr/local/bin/consul created
consul binary was created
EXAMPLES EXAMPLES
-------- --------

Loading…
Cancel
Save