From 1cb78494f3022fe9d808d070507bddf552c64753 Mon Sep 17 00:00:00 2001 From: Casper Date: Wed, 18 Dec 2024 15:21:28 -0700 Subject: Initial commit, new repo --- top.sls | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 top.sls (limited to 'top.sls') 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 -- cgit v1.2.3