Skip to content

Commit

Permalink
univention udm_share: reorder documentation parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
keachi authored and mattclay committed Dec 8, 2016
1 parent 7dd9607 commit 1cc3afd
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions lib/ansible/modules/extras/univention/udm_share.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,18 @@
required: false
default: None
description:
- Host. Required if C(state=present).
- Host FQDN (server which provides the share), e.g. C({{
ansible_fqdn }}). Required if C(state=present).
path:
required: false
default: None
description:
- Directory on the providing server, e.g. C(/home). Required if C(state=present).
sambaName:
required: false
default: None
description:
- Windows name. Required if C(state=present).
ou:
required: true
description:
Expand All @@ -73,11 +84,6 @@
default: '0'
description:
- Directory owner group of the share's root directory.
path:
required: false
default: None
description:
- Directory. Required if C(state=present).
directorymode:
required: false
default: '00755'
Expand Down Expand Up @@ -238,11 +244,6 @@
default: '0'
description:
- MSDFS root.
sambaName:
required: false
default: None
description:
- Windows name. Required if C(state=present).
sambaNtAclSupport:
required: false
default: '1'
Expand Down

0 comments on commit 1cc3afd

Please sign in to comment.