Add another example.
This commit is contained in:
parent
21a3fd5b20
commit
c90eba7dcf
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
'''
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue