I am trying to create a salt configuration for setting up arkenfox.
As suggested in the qubes salt docs, I created the files arkenfox.sls and arkenfox.top in /srv/salt and ran
qubesctl top.enable arkenfox
However, after running
qubesctl state.highstate
I get the error:
local:
----------
ID: states
Function: no.None
Result: False
Comment: No Top file or master_tops data matches found. Please see master log for details.
Changes:
Summary for local
------------
Succeeded: 0
Failed: 1
------------
Total states run: 1
Total run time: 0.000 ms
DOM0 configuration failed, not continuing
I found this comment and
reinstalled qubes-mgmt-salt-base-topd and while it got rid of the error I had before, it did not run my state (arkenfox.sls).
What could be the issue here?
My arkenfox.top file looks like this:
Whatās weird is that I followed the instructions in Qubes Salt Beginner Guide (except putting everything in /srv/salt instead of /srv/user_salt) with this top file:
base:
dom0:
- salty
and it created the āsaltyā qube with no issues, yet when I try to expand it to:
base:
dom0:
- salty
arkenfox-template:
- arkenfox
the arkenfox state isnāt run and thereās no indication that itās even recognized.
Itās just a lead, I told you, Iām not an expert with salt, Iām just doing the bare minimum! lol
If you share your .sls file, that could also be helpful
[quote]
I am trying to create a salt configuration for setting up arkenfox.
As suggested in the qubes salt docs, I created the files arkenfox.sls and arkenfox.top in /srv/salt and ran
Iād forgotten how brain dead discourse is in parsing quoted text.
What I included was -
qubesctl targets by default dom0, then acts on templates, then AppVMs.
You havent included any parameters to skip-dom0 or target template-arkenfox.
Look at qubesctl --help
I never presume to speak for the Qubes team.
When I comment in the Forum I speak for myself.