univention udm_share: add example
This commit is contained in:
parent
ea72534151
commit
8eb496989e
1 changed files with 5 additions and 0 deletions
|
@ -335,6 +335,11 @@ options:
|
|||
|
||||
|
||||
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