mirror of
https://github.com/ben-grande/qusal.git
synced 2025-09-29 06:59:36 -04:00
feat: add Print formula
This commit is contained in:
parent
cbf61e674e
commit
b09ecdceb9
20 changed files with 487 additions and 0 deletions
15
salt/sys-print/install-client.sls
Normal file
15
salt/sys-print/install-client.sls
Normal file
|
@ -0,0 +1,15 @@
|
|||
{#
|
||||
SPDX-FileCopyrightText: 2022 - 2023 unman <unman@thirdeyesecurity.org>
|
||||
SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
"{{ slsdotpath }}-systemd-print-forwarder":
|
||||
file.managed:
|
||||
- name: /usr/lib/systemd/system/qubes-print-forwarder.service
|
||||
- source: salt://{{ slsdotpath }}/files/client/systemd/qubes-print-forwarder.service
|
||||
- mode: '0644'
|
||||
- user: root
|
||||
- group: root
|
||||
- makedirs: True
|
Loading…
Add table
Add a link
Reference in a new issue