Hi,
I have a debian-12-custom.top
file with the following content:
base:
dom0:
- debian-12-tmpl
debian-12-tmpl:
- debian-12-install
Inside the debian-12-install.sls file I have the following:
qvm-run-job:
qvm.run:
- cmd: w
- user: user
However, when I run qubesctl high.state
, I get the following:
id: qvm-run-job
function: qvm.run
name: debian-12-tmpl
result: false
comment: state “qvm.run” was not found in SLS ‘debian-12-install’
reason: ‘qvm.run’ is not available
I am looking at other examples (notes/salt/5 at master · unman/notes · GitHub), but I can’t figure out what I am doing wrong. Maybe qvm.run can’t be used in such manner?
Regards