mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-02 19:26:18 -04:00
feat: move clockvm out of sys-net to sys-firewall
This commit is contained in:
parent
f21f676adf
commit
ad6f5e29fe
8 changed files with 20 additions and 20 deletions
|
@ -8,7 +8,7 @@ include:
|
|||
- .create
|
||||
|
||||
{% set default_netvm = salt['cmd.shell']('qubes-prefs default_netvm') -%}
|
||||
"default_netvm-netvm-{{ slsdotpath }}":
|
||||
"{{ slsdotpath }}-set-{{ default_netvm }}-netvm-to-{{ slsdotpath }}":
|
||||
qvm.vm:
|
||||
- require:
|
||||
- qvm: {{ slsdotpath }}
|
||||
|
@ -16,11 +16,5 @@ include:
|
|||
- prefs:
|
||||
- netvm: {{ slsdotpath }}
|
||||
|
||||
"clockvm-{{ slsdotpath }}":
|
||||
cmd.run:
|
||||
- require:
|
||||
- qvm: {{ slsdotpath }}
|
||||
- name: qubes-prefs clockvm {{ slsdotpath }}
|
||||
|
||||
{% from 'utils/macros/policy.sls' import policy_set with context -%}
|
||||
{{ policy_set(sls_path, '80') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue