Native YAML ()

This commit is contained in:
Fabio Alessandro Locati 2016-12-01 10:54:59 +00:00 committed by Matt Clay
parent 53448af053
commit ccb9cb38d9

View file

@ -67,18 +67,20 @@ notes:
EXAMPLES = '''
# Pause the check with the ID of 12345.
- pingdom: uid=example@example.com
passwd=password123
key=apipassword123
checkid=12345
state=paused
- pingdom:
uid: example@example.com
passwd: password123
key: apipassword123
checkid: 12345
state: paused
# Unpause the check with the ID of 12345.
- pingdom: uid=example@example.com
passwd=password123
key=apipassword123
checkid=12345
state=running
- pingdom:
uid: example@example.com
passwd: password123
key: apipassword123
checkid: 12345
state: running
'''
try: