Skip to content

Commit

Permalink
Manage salt configuration only for dom0
Browse files Browse the repository at this point in the history
We plan to use salt-ssh based approach to manage VMs, so no salt
configuration will be present there.

QubesOS/qubes-issues#1541
  • Loading branch information
marmarek committed Mar 4, 2016
1 parent c0a4eae commit 995d4a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/init.top
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :

base:
'*':
'dom0':
- match: nodegroup
- config
3 changes: 2 additions & 1 deletion qubes/directories.top
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :

base:
'*':
'dom0':
- match: nodegroup
- qubes.directories
3 changes: 2 additions & 1 deletion qubes/user-dirs.top
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :

base:
'*':
'dom0':
- match: nodegroup
- qubes.user-dirs

0 comments on commit 995d4a4

Please sign in to comment.