-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove cacher tag from Kicksecure template
Running apt-cacher-ng-repo is during update is unnecessary, the install-repo macro already does it and the systemd service is run on boot before Qrexec Agent starts. Fixes: #66
- Loading branch information
1 parent
19ea24d
commit a6194e0
Showing
3 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,6 @@ SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <[email protected]> | |
SPDX-License-Identifier: AGPL-3.0-or-later | ||
#} | ||
|
||
{% if salt['cmd.retcode']('command -v apt-cacher-ng-repo >/dev/null') == 0 -%} | ||
"common-update-run-apt-cacher-ng-repo": | ||
cmd.run: | ||
- name: apt-cacher-ng-repo | ||
{% endif -%} | ||
|
||
"common-updated": | ||
pkg.uptodate: | ||
- refresh: True |