Skip to content

Commit

Permalink
Disable epel when in ADC regions
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Jul 1, 2024
1 parent 608292d commit e0a510c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
action :setup do
include_recipe 'yum'
alinux_extras_topic 'epel'
if region.start_with?("us-iso")
if aws_region.start_with?("us-iso")
bash "Disable epel repo" do
user 'root'
group 'root'
Expand Down

0 comments on commit e0a510c

Please sign in to comment.