forked from ungleich-public/cdist
Fix consul message and document messaging.
This commit is contained in:
parent
c0dc26a577
commit
1f93e7291e
2 changed files with 9 additions and 1 deletions
|
@ -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…
Reference in a new issue