Re: [qubes-users] using salt - how to debug?

2020-05-15 Thread unman
On Thu, May 14, 2020 at 10:15:32PM +0100, lik...@gmx.de 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 qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20200515133137.GF20833%40thirdeyesecurity.org.


[qubes-users] using salt - how to debug?

2020-05-14 Thread liked2

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 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 qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/60f159f9-3bed-fec9-f3c0-2f522b172936%40gmx.de.