Commit 968397404b529f8b513715733137d3b8fc8f723e
1 parent
f753f25d
Exists in
master
and in
90 other branches
Using EPEL now
Showing
3 changed files
with
4 additions
and
13 deletions
Show diff stats
cookbooks/basics/files/default/nginx.repo
cookbooks/basics/recipes/default.rb
... | ... | @@ -3,6 +3,10 @@ package 'bash-completion' |
3 | 3 | package 'rsyslog' |
4 | 4 | package 'tmux' |
5 | 5 | |
6 | +# enable EPEL repository by default | |
7 | +package 'epel-release' | |
8 | + | |
9 | +# key for our custom repositories | |
6 | 10 | if node['platform'] == 'centos' |
7 | 11 | cookbook_file '/etc/yum.repos.d/softwarepublico.key' do |
8 | 12 | owner 'root' | ... | ... |