Add another example.
This commit is contained in:
parent
3524330e5d
commit
e1e861fa35
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,12 @@ EXAMPLES = '''
|
||||||
|
|
||||||
# Remove finger daemon:
|
# Remove finger daemon:
|
||||||
- pkg5: name=service/network/finger state=absent
|
- 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