fix: printer formula with conflicting IDs

This commit is contained in:
Ben Grande 2024-06-19 08:38:56 +02:00
parent ec8a9f8003
commit 49a295dae9
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
3 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ sudo qubesctl --skip-dom0 --targets=tpl-sys-print state.apply sys-print.install-
On the client template:
```sh
sudo qubesctl --skip-dom0 --targets=tpl-QUBE -print state.apply sys-print.install-client
sudo qubesctl --skip-dom0 --targets=tpl-QUBE state.apply sys-print.install-client
```
The client qube requires the split Print service to be enabled:

View File

@ -5,7 +5,7 @@ SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-License-Identifier: AGPL-3.0-or-later
#}
"{{ slsdotpath }}-systemd-print-forwarder":
"{{ slsdotpath }}-client-systemd-print-forwarder":
file.managed:
- name: /usr/lib/systemd/system/qubes-print-forwarder.service
- source: salt://{{ slsdotpath }}/files/client/systemd/qubes-print-forwarder.service

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
- sys-print.install
"{{ slsdotpath }}-installed":
"{{ slsdotpath }}-installed-driver-all":
pkg.installed:
- require:
- sls: utils.tools.common.update