I am trying to use salt to install qubes-template-fedora-34-minimal
to dom0, using the default repository.
But I don’t know what is the name of the default repository. I tried current
but that doesn’t work.
I made a /srv/salt_user/template-fedora.sls
file by adapting shaker/template-fedora-34-minimal.sls at main · unman/shaker · GitHub
template-fedora-minimal:
qvm.template_installed:
- name: qubes-template-fedora-34-minimal
- fromrepo: current
Then I applied the state with:
[user@dom0 ~]$ sudo qubesctl state.apply \
template-fedora-minimal saltenv=user
I get an error that says [Qrexec] Error: Unknown repo: 'current'
.
What should be the name of the default repository?