diff options
-rw-r--r-- | salt/common/suse.sls | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/salt/common/suse.sls b/salt/common/suse.sls index 4f8282a..2312ab1 100644 --- a/salt/common/suse.sls +++ b/salt/common/suse.sls @@ -32,6 +32,7 @@ libertacasa_rpm_repository: - gpgcheck: 1 - gpgkey: {{ repokey }} - priority: 110 + - refresh: True - require: - cmd: libertacasa_rpm_key |