Skip to content

Commit

Permalink
install versinlock
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Dec 10, 2024
1 parent 40c2d54 commit a2ca78d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
mode '0644'
retries 3
retry_delay 5
checksum new_resource.efa_checksum
# checksum new_resource.efa_checksum
action :create_if_missing
end

Expand All @@ -79,8 +79,10 @@
set -e
tar -xzf #{efa_tarball}
cd aws-efa-installer
yum versionlock kernel*
./efa_installer.sh #{installer_options}
rm -rf #{node['cluster']['sources_dir']}/aws-efa-installer
yum versionlock clear
EFAINSTALL
not_if { efa_installed? || on_docker? }
end
Expand Down

0 comments on commit a2ca78d

Please sign in to comment.