corrected absent example

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
Brian Coca 2013-07-21 11:32:56 -04:00
parent 46dea95c11
commit 9bb2e6a63e

View file

@ -58,7 +58,7 @@ EXAMPLES = '''
- acl: name=/etc/foo.conf entry="u:joe:r" state=present
# Removes the acl for joe
- acl: name=/etc/foo.conf entry="u:joe" state=absent
- acl: name=/etc/foo.conf entry="u:joe:-" state=absent
'''
try: