Commit a98d0aa7f000a0007b45a430bd5a5d8931a80d02
1 parent
20fc3886
Exists in
master
and in
79 other branches
Undo mistaken commit
Showing
1 changed file
with
1 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/' %> | |
5 | -baseurl=http://rpm.tracy.com.br/isv_spb_devel/ | |
4 | +baseurl=<%= node['config']['rpm_repository'] || 'http://download.opensuse.org/repositories/isv:/spb:/devel/CentOS_7/' %> | |
6 | 5 | gpgcheck=1 |
7 | 6 | gpgkey=file:///etc/yum.repos.d/softwarepublico.key |
8 | 7 | enabled=1 | ... | ... |