Commit 6e083ed5ff4f0e813f5bc01dbc756339391c10ee
1 parent
dd11284d
Exists in
master
and in
80 other branches
use stable/devel repositories
Showing
5 changed files
with
10 additions
and
8 deletions
Show diff stats
config/homologa/config.yaml
config/prod/config.yaml
cookbooks/basics/files/default/softwarepublico.repo
cookbooks/basics/recipes/default.rb
cookbooks/basics/templates/default/softwarepublico.repo.erb
0 → 100644
... | ... | @@ -0,0 +1,7 @@ |
1 | +[isv_spb_spb] | |
2 | +name=Software Publico Brasileiro (CentOS_7) | |
3 | +type=rpm-md | |
4 | +baseurl=<%= node['config']['rpm_repository'] || 'http://download.opensuse.org/repositories/isv:/spb:/devel/CentOS_7/' %> | |
5 | +gpgcheck=1 | |
6 | +gpgkey=file:///etc/yum.repos.d/softwarepublico.key | |
7 | +enabled=1 | ... | ... |