Commit fceb567d81c20868c18d4de45be830b55f5ba7ff
1 parent
271441b0
Exists in
master
and in
67 other branches
Updated repo
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
cookbooks/basics/templates/default/softwarepublico.repo.erb
1 | 1 | [isv_spb_spb] |
2 | 2 | name=Software Publico Brasileiro (CentOS_7) |
3 | 3 | type=rpm-md |
4 | -baseurl=<%= node['config']['rpm_repository'] || 'http://download.opensuse.org/repositories/isv:/spb:/devel/CentOS_7/' %> | |
4 | +baseurl=<%= node['config']['rpm_repository'] || 'https://copr-be.cloud.fedoraproject.org/results/softwarepublico/v5/epel-7-$basearch/' %> | |
5 | 5 | gpgcheck=1 |
6 | -gpgkey=file:///etc/yum.repos.d/softwarepublico.key | |
6 | +gpgkey=<%= node['config']['rpm_gpgkey'] || 'https://copr-be.cloud.fedoraproject.org/results/softwarepublico/v5/pubkey.gpg' %> | |
7 | 7 | enabled=1 | ... | ... |