add selinux documentation
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-11-22 10:20:14 +01:00
parent cfef40f129
commit 9e5645be09

View File

@ -1,21 +1,23 @@
---
cups_version: 2.2.10
# @var cups_packages_extra:description: >
# Install dependencies or custom driver packages
# @end
cups_packages_extra: []
## Example
# cups_selinux_fcontext:
# - { target: '/opt/brother', setype: 'bin_t' }
# @var cups_selinux_fcontext:example: $>
# [{ target: '/opt/brother', setype: 'bin_t' }]
# @end
cups_selinux_fcontext: []
## Example
# cups_selinux_restorecon:
# - -R /opt/brother
# cups_selinux_restorecon:example: ["-R /opt/brother"]
cups_selinux_restorecon: []
cups_admin_group: printadmin
cups_admin_users:
- { name: 'cupsadm', password: 'secure' }
- name: 'cupsadm'
password: 'secure'
cups_bind_url:
- localhost:631