fix docs annotation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-10-19 15:45:38 +02:00
parent 2312190d31
commit 1fc8087ade

View File

@ -9,7 +9,7 @@ ucs_tls_cert_path: /etc/pki/tls/certs/mycert.pem
ucs_tls_key_path: /etc/pki/tls/private/mykey.pem
ucs_filesystem_acl: []
## Example:
# @var ucs_filesystem_acl:example: >
# ucs_filesystem_acl:
# - path: /shares/mydocuments # needs to be set
# entity: john # needs to be set
@ -19,7 +19,7 @@ ucs_filesystem_acl: []
# recursive: # defaults to 'no'
ucs_system_groups: []
## Example:
# @var ucs_system_groups:example: >
# ucs_system_groups:
# - name: fs-mydocuments-rw # needs to be set
# description: # defaults to not set
@ -30,7 +30,7 @@ ucs_system_groups: []
ucs_repository_unmaintained_enabled: False
ucs_registry_extra: []
## Example:
# @var ucs_registry_extra:example: >
# ucs_registry_extra:
# - path: timeserver
# value: "ntp.example.com"