Skip to content

Commit

Permalink
Merge pull request sous-chefs#32 from rackerjoe/COOK-2360
Browse files Browse the repository at this point in the history
COOK-2360: don't overwrite the epel repo if it already exists
  • Loading branch information
Joshua Timberman committed Jun 9, 2013
2 parents d259e28 + 8f7daa2 commit 0c73eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/epel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
mirrorlist node['yum']['epel']['url']
includepkgs node['yum']['epel']['includepkgs']
exclude node['yum']['epel']['exclude']
action platform?('amazon') ? [:add, :update] : :create
action platform?('amazon') ? [:add, :update] : :add
end

0 comments on commit 0c73eff

Please sign in to comment.