Native YAML - Database/musc (#3603)

This commit is contained in:
Fabio Alessandro Locati 2016-12-01 14:01:59 +00:00 committed by Matt Clay
commit 7ac053576e
4 changed files with 73 additions and 17 deletions

View file

@ -88,13 +88,17 @@ options:
EXAMPLES = '''
# Join's a Riak node to another node
- riak: command=join target_node=riak@10.1.1.1
- riak:
command: join
target_node: riak@10.1.1.1
# Wait for handoffs to finish. Use with async and poll.
- riak: wait_for_handoffs=yes
- riak:
wait_for_handoffs: yes
# Wait for riak_kv service to startup
- riak: wait_for_service=kv
- riak:
wait_for_service: kv
'''
import time