Skip to content

Commit

Permalink
[ADC Build Image] Fix efs link
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Jul 18, 2024
1 parent 7f97a39 commit 314d299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
raid 'Install RAID prerequisite packages'
lustre 'Install FSx options'
efs 'Install efs-utils'
stunnel 'Install stunnel'
# stunnel 'Install stunnel'
system_authentication "Install packages required for directory service integration"
# TODO: Disable spack until the feature is complete
# spack 'Install Spack'
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
package_name = "amazon-efs-utils"
package_version = new_resource.efs_utils_version
efs_utils_tarball = "#{node['cluster']['sources_dir']}/efs-utils-#{package_version}.tar.gz"
efs_utils_url = "https://github.com/aws/efs-utils/archive/v#{package_version}.tar.gz"
efs_utils_url = "#{node['cluster']['artifacts_s3_url']}/dependencies/efs/v#{package_version}.tar.gz"

# Do not install efs-utils if a same or newer version is already installed.
return if already_installed?(package_name, package_version)
Expand Down

0 comments on commit 314d299

Please sign in to comment.