blob: 854813af7c7c3d456926b2d443ed1b65dea33172 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
#
# 1) Intial Setup: sync any modules, etc
# --> qubesctl saltutil.sync_all
#
# 2) Initial Key Import:
# --> qubesctl state.sls salt.gnupg
#
# 3) Highstate will execute all states
# --> qubesctl state.highstate
#
# 4) Highstate test mode only. Note note all states seem to conform to test
# mode and may apply state anyway. Needs more testing to confirm or not!
# --> qubesctl state.highstate test=True
# === User Defined Salt States ================================================
user:
dom0:
- install-templates
|