mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: printer formula with conflicting IDs
This commit is contained in:
parent
ec8a9f8003
commit
49a295dae9
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user