summaryrefslogtreecommitdiff
path: root/univention
diff options
context:
space:
mode:
Diffstat (limited to 'univention')
-rw-r--r--univention/udm_share.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/univention/udm_share.py b/univention/udm_share.py
index 10144568..19bbf5bb 100644
--- a/univention/udm_share.py
+++ b/univention/udm_share.py
@@ -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
'''