summaryrefslogtreecommitdiff
path: root/top.sls
diff options
context:
space:
mode:
Diffstat (limited to 'top.sls')
-rw-r--r--top.sls19
1 files changed, 19 insertions, 0 deletions
diff --git a/top.sls b/top.sls
new file mode 100644
index 0000000..854813a
--- /dev/null
+++ b/top.sls
@@ -0,0 +1,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