This commit is contained in:
parent
cfef40f129
commit
9e5645be09
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user