Fix salt dependencies, such as jinja2 (Isvegg++) #124
Labels
No Label
dns
exploration
gitea
new stuff
services
software
art
backup
big
blocked
bug
crash report
disputed
documentation
duplicate
enhancement
good first issue
logging
nixos
question
salt
security
servers n' hardware
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Drift/issues#124
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
salt-common
andsalt-minion
depends on a lot of python libraries, with poor version management.This has previously broken several hosts, such as
eirin
anddemiurgen
, in passing, and now breaks other hosts, such asisvegg
andorchid
.We could replace salt-minion with a homebrew one, for example bundling specific library versions in a pip virtual environment, rather than relying on compatible libraries in the debian repositories.
Since we already have some custom packages, something like a debian respository with all custom packages would probably be smart.
╰( ͡° ͜ʖ ͡° )つ──☆*:・゚
sudo pip install salt
Just for the record, the failing packages are the packages from the upstream apt repositories?
yes.