Compare commits
2 commits
fb41ae9661
...
ef5a44fa42
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef5a44fa42 | ||
|
|
803acf7268 |
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue