Native YAML (#3583)

pull/4420/head
Fabio Alessandro Locati 2016-12-01 11:17:56 +00:00 committed by Matt Clay
parent cb1b8edfa9
commit f8f0893922
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ author: "Darryl Stoflet (@dstoflet)"
EXAMPLES = '''
# Manage the state of program "httpd" to be in "started" state.
- monit: name=httpd state=started
- monit:
name: httpd
state: started
'''
def main():