Skip to content

Commit

Permalink
[QOLDEV-892] retain EPEL if it is present
Browse files Browse the repository at this point in the history
- Amazon Linux 2 still needs EPEL for eg Nginx
  • Loading branch information
ThrawnCA committed Jun 26, 2024
1 parent 2d14f30 commit 8497b8e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@
mode '0755'
end

# Enable RedHat EPEL
#

if ('which amazon-linux-extras') then
execute "Enable EPEL" do
command "amazon-linux-extras install epel"
end
end

# Install/remove core packages
#
node['datashades']['core']['unwanted-packages'].each do |p|
Expand Down

0 comments on commit 8497b8e

Please sign in to comment.