mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-01 10:46:15 -04:00
fix: printer formula with conflicting IDs
This commit is contained in:
parent
ec8a9f8003
commit
49a295dae9
3 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ sudo qubesctl --skip-dom0 --targets=tpl-sys-print state.apply sys-print.install-
|
||||||
|
|
||||||
On the client template:
|
On the client template:
|
||||||
```sh
|
```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:
|
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
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
#}
|
#}
|
||||||
|
|
||||||
"{{ slsdotpath }}-systemd-print-forwarder":
|
"{{ slsdotpath }}-client-systemd-print-forwarder":
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /usr/lib/systemd/system/qubes-print-forwarder.service
|
- name: /usr/lib/systemd/system/qubes-print-forwarder.service
|
||||||
- source: salt://{{ slsdotpath }}/files/client/systemd/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:
|
include:
|
||||||
- sys-print.install
|
- sys-print.install
|
||||||
|
|
||||||
"{{ slsdotpath }}-installed":
|
"{{ slsdotpath }}-installed-driver-all":
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- require:
|
- require:
|
||||||
- sls: utils.tools.common.update
|
- sls: utils.tools.common.update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue