Commit bdd5e59de4e6db24d9187edef9c87d37a0e56077

Authored by Athos
1 parent 0fa5b891

Update all servers

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
cookbooks/basics/recipes/default.rb
  1 +# update environment
  2 +execute "yum update -y"
  3 +
1 4 # enable EPEL repository by default
2 5 package 'epel-release'
3 6  
... ...