Compare commits
2 commits
2e60c0aa7e
...
b35f51affb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b35f51affb | ||
|
|
70d837dcdf |
1 changed files with 5 additions and 6 deletions
11
Makefile
11
Makefile
|
|
@ -83,10 +83,9 @@ install:
|
|||
|
||||
.PHONY: apply
|
||||
apply:
|
||||
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
|
||||
run0 install -D -oroot -groot -m0644 conf/z_user.conf /etc/salt/minion.d/z_user.conf
|
||||
run0 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 --show-output --force-color --targets templates state.apply $(APPLY_ARGS)
|
||||
qubesctl top.disable $(APPLY_ARGS)
|
||||
run0 qubesctl top.enable --show-output --force-color $(APPLY_ARGS)
|
||||
run0 qubesctl --show-output --force-color --targets $(APPLY_ARGS) state.apply -l debug
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue