On Thu, May 14, 2020 at 10:15:32PM +0100, [email protected] wrote: > Hi! > > I'm trying to get salt examples running but failing at the simplest one. > > I've a enabled top-file: > ---------------- > base: > dom0: > - doSmth > > AppVmTobeChanged: > - doSmthDifferent > ----------------- > top file was enabled by: qubesctl top.enable ... > > But "doSmthDifferent" will never be executed, when I call: qubesctl > --show-output state.highstate > > Any hints where to look at? How to debug it? > > Current references: > https://www.qubes-os.org/doc/salt/ > https://github.com/unman/notes/blob/master/salt/Index > > Best, P >
You haven't included AppVmTobeChanged as a target: qubesctl --show-output --targets=AppVmTobeChanged state.highstate You should check that you aren't getting a mistaken dom0 call. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20200515133137.GF20833%40thirdeyesecurity.org.
