Skip to content

Commit

Permalink
fix: printer formula with conflicting IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jun 19, 2024
1 parent ec8a9f8 commit 49a295d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion salt/sys-print/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion salt/sys-print/install-client.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion salt/sys-print/install-driver-all.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49a295d

Please sign in to comment.