Compare commits

...

2 commits

Author SHA1 Message Date
mustard
ef5a44fa42 Hmmm 2025-10-28 00:18:20 +01:00
mustard
803acf7268 hmm 2025-10-25 00:06:02 +02:00

View file

@ -1,5 +1,5 @@
SHELL = /bin/bash SHELL = /bin/bash
.POSIX_SHELL
ifneq (,$(wildcard .bundle-env)) ifneq (,$(wildcard .bundle-env))
include .bundle-env include .bundle-env
@ -86,6 +86,7 @@ apply:
install -D -oroot -groot -m0644 conf/z_user.conf /etc/salt/minion.d/z_user.conf install -D -oroot -groot -m0644 conf/z_user.conf /etc/salt/minion.d/z_user.conf
install -D -oroot -groot -m0644 conf/overrides.conf /usr/local/etc/salt/minion.d/overrides.conf install -D -oroot -groot -m0644 conf/overrides.conf /usr/local/etc/salt/minion.d/overrides.conf
qubesctl top.enable topd
qubesctl top.enable $(APPLY_ARGS) qubesctl top.enable $(APPLY_ARGS)
qubesctl --show-output state.apply $(APPLY_ARGS) saltenv=user qubesctl --show-output --force-color --skip-dom0 --targets templates state.apply $(APPLY_ARGS)
qubesctl top.disable $(APPLY_ARGS) qubesctl top.disable $(APPLY_ARGS)