qu...@posteo.de
unread,Feb 9, 2017, 6:46:24 PM2/9/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Qubes users
Hi,
I have an update.sls with the following content:
updates:
pkg.uptodate:
- refres: True
The problem is that if I run it, it always tells me that there are no
new packages although Qubes shows that there are with the green arrow
and if I run manually `dnf update` then packages are updated.
The issues seems to be that the repository does not get refreshed even
though I have it enabled, because if I refresh manually the updates get
installed by salt.
I have a workaround by calling `dnf makecache` before with salt, but
this should be not necessary. Can anyobdy confirm this or knows why this
happens?
Thx in advance