qusal/salt/utils
Ben Grande 7df3be4b78
fix: install caching client before common update
Cacher client installation state included in the common update state as
all qubes that updates with Qusal states use it, rather than including
it on all the installation states. The macro utils.macros.install-repo
still also run's apt-cacher-ng-repo in case the user is not updating at
that moment, just adding a new repository without restarting the qube
(systemd service has already ran).

Fixes: https://github.com/ben-grande/qusal/issues/66
2024-06-22 10:21:40 +02:00
..
macros feat: add Firefox browser from Mozilla repository 2024-05-24 13:53:17 +02:00
tools fix: install caching client before common update 2024-06-22 10:21:40 +02:00
README.md refactor: initial commit 2023-11-13 14:33:28 +00:00
version fix: generate RPM Specs for Qubes Builder V2 2024-06-21 17:00:06 +02:00

utils

Utilities library for Qusal.

Table of Contents

Description

Utils is a SaltStack Qubes library for certain operations shared by multiple projects such as macros and common tools to be installed.

Usage

You are not meant to interact with the utils directly, but through other states.