Skip to content

Commit 4a26180

Browse files
author
Himani Anil Deshpande
committed
Update efs-utils checksum
1 parent 6b42369 commit 4a26180

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-environment/resources/efs/partial/_common.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
default_action :install_utils
44

55
property :efs_utils_version, String, default: '2.1.0'
6-
property :efs_utils_checksum, String, default: 'f257a9859059710bcd8a4a870de2a8f11574b2615feeb7989b764820a9f0c887'
6+
property :efs_utils_checksum, String, default: '82b476cc637f9b3d7c1b904ef5fe2ddcd5d7b6b9db1ca2faa649cd658fa50522'
77

88
def already_installed?(package_name, expected_version)
99
Gem::Version.new(get_package_version(package_name)) >= Gem::Version.new(expected_version)

cookbooks/aws-parallelcluster-environment/test/controls/efs_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
describe file("#{node['cluster']['sources_dir']}/efs-utils-2.1.0.tar.gz") do
88
it { should exist }
9-
its('sha256sum') { should eq 'f257a9859059710bcd8a4a870de2a8f11574b2615feeb7989b764820a9f0c887' }
9+
its('sha256sum') { should eq '82b476cc637f9b3d7c1b904ef5fe2ddcd5d7b6b9db1ca2faa649cd658fa50522' }
1010
its('owner') { should eq 'root' }
1111
its('group') { should eq 'root' }
1212
its('mode') { should cmp '0644' }

0 commit comments

Comments
 (0)