summaryrefslogtreecommitdiff
path: root/top.sls
diff options
context:
space:
mode:
authorCasper <me@skylarcloud.xyz>2024-12-18 15:21:28 -0700
committerCasper <me@skylarcloud.xyz>2024-12-18 15:21:28 -0700
commit1cb78494f3022fe9d808d070507bddf552c64753 (patch)
tree5c827daee442e211941bed7cc89decc95f8efbd7 /top.sls
Initial commit, new repo
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