Fix consul message and document messaging.

This commit is contained in:
Darko Poljak 2018-02-21 10:00:25 +01:00
parent c0dc26a577
commit 1f93e7291e
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -35,6 +35,14 @@ direct
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
--------