Commit 968397404b529f8b513715733137d3b8fc8f723e
1 parent
f753f25d
Exists in
r5_design
and in
1 other branch
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,6 +3,10 @@ package 'bash-completion' | ||
| 3 | package 'rsyslog' | 3 | package 'rsyslog' |
| 4 | package 'tmux' | 4 | package 'tmux' |
| 5 | 5 | ||
| 6 | +# enable EPEL repository by default | ||
| 7 | +package 'epel-release' | ||
| 8 | + | ||
| 9 | +# key for our custom repositories | ||
| 6 | if node['platform'] == 'centos' | 10 | if node['platform'] == 'centos' |
| 7 | cookbook_file '/etc/yum.repos.d/softwarepublico.key' do | 11 | cookbook_file '/etc/yum.repos.d/softwarepublico.key' do |
| 8 | owner 'root' | 12 | owner 'root' |