Skip to content

Commit

Permalink
[NOT ADC] test dep url
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Jul 11, 2024
1 parent a64b1d8 commit 33753d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def default_packages

action :install_extras do
remote_file "epel_deps.tar.gz" do
source "#{node['cluster']['artifacts_s3_url']}/dependencies/epel/rhel8/x86_64/epel_deps.tar.gz"
source "https://dut1b9icvluta.cloudfront.net/archives/dependencies/epel/rhel8/x86_64/epel_deps.tar.gz"
mode '0644'
retries 3
retry_delay 5
Expand Down

0 comments on commit 33753d9

Please sign in to comment.