univention udm_share: add example

This commit is contained in:
Tobias Rueetschi 2016-06-16 17:19:53 +02:00
parent ac5182db2d
commit 644b3efd87

View file

@ -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
'''