Skip to content

Commit

Permalink
Revert "Don't fail if epel is not available for Red Hat Enterprise Li…
Browse files Browse the repository at this point in the history
…nux."

This reverts commit 6315240.
  • Loading branch information
workeitel committed Jul 6, 2015
1 parent 729780b commit 7d86812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opsworks_initial_setup/recipes/setup_rhel_repos.rb
@@ -1,4 +1,4 @@
if node[:platform_family] == "rhel"
if node[:platform] == 'amazon'
# 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 7d86812

Please sign in to comment.