Add another example.

This commit is contained in:
Peter Oliver 2015-01-26 21:11:38 +00:00 committed by Matt Clay
parent 21a3fd5b20
commit c90eba7dcf

View file

@ -45,6 +45,12 @@ EXAMPLES = '''
# Remove finger daemon:
- pkg5: name=service/network/finger state=absent
# Install several packages at once:
- pkg5:
name:
- /file/gnu-findutils
- /text/gnu-grep
'''