We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a734106 commit 51d5688Copy full SHA for 51d5688
cookbooks/aws-parallelcluster-environment/recipes/config/mount_home.rb
@@ -73,7 +73,7 @@
73
efs_fs_id_array [node['cluster']['efs_fs_ids'].split(',')[index]]
74
efs_encryption_in_transit_array [node['cluster']['efs_encryption_in_transits'].split(',')[index]]
75
efs_iam_authorization_array [node['cluster']['efs_iam_authorizations'].split(',')[index]]
76
- efs_access_point_id [node['cluster']['efs_access_point_id'].split(',')[index]]
+ efs_access_point_id [node['cluster']['efs_access_point_ids'].split(',')[index]]
77
action :mount
78
end
79
break
0 commit comments