An attempt to rewrite my Qubes OS setup as Saltstack configuration.
Mirrors:
Note
For now this repo is only designed for my personal use, so helpers for others (for example, to install it) aren't included. In the future I will probably document how to spin this up for the first time on another system.
- I don't like the default convention of
/srv/user_{formulas,pillar,salt}
, so I usesrv/user/{formulas,pillar,salt}
and symlink them. - I prefer not to use the
git bundle
function that is recommended in some other examples, because I would rather not install Git in dom0 at all.
Some references I referred to (thanks!):