Skip to content

Commit

Permalink
Toss already installed error
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Jul 1, 2024
1 parent 8ec41a8 commit f522094
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ def default_packages
aws s3 cp #{node['cluster']['artifacts_build_url']}/epel/rhel7/#{node['kernel']['machine']}/epel_deps.tar.gz epel_deps.tar.gz --region #{node['cluster']['region']}
tar xzf epel_deps.tar.gz
cd epel
yum remove environment-modules moreutils subunit subunit-devel
yum install -y *
yum install -y * 2>/dev/null
REQ
end
end

0 comments on commit f522094

Please sign in to comment.