Skip to content

Commit

Permalink
Don't fail if epel is not available for Red Hat Enterprise Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
workeitel committed Jun 25, 2015
1 parent 2004aeb commit 6315240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opsworks_initial_setup/recipes/setup_rhel_repos.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if node[:platform] == 'amazon'
if node[:platform_family] == "rhel"
# We only have to run 'yum-config-manager --quiet --enable epel' in order
# to get EPEL working. Handle EPEL as optional as it may have
# availability problems and we do not want it to effect built-in cookbooks
Expand Down

0 comments on commit 6315240

Please sign in to comment.