univention udm_share: add example
This commit is contained in:
parent
ac5182db2d
commit
644b3efd87
1 changed files with 5 additions and 0 deletions
|
@ -335,6 +335,11 @@ options:
|
||||||
|
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
# Create a share named home on the server ucs.example.com with the path /home.
|
||||||
|
- udm_sahre: name=home
|
||||||
|
path=/home
|
||||||
|
host=ucs.example.com
|
||||||
|
sambaName=Home
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue