Skip to content

Commit 361ae42

Browse files
committed
test adc
1 parent fa8ef06 commit 361ae42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-computefleet/recipes/install/parallelcluster_node.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737

3838
node_package = "aws-parallelcluster-node-#{node['cluster']['parallelcluster-node-version']}.tgz"
3939

40-
node.default['cluster']['custom_node_package'] = "s3://hgreebe-dependencies/cookbook.tgz"
40+
node.override['cluster']['custom_node_package'] = "s3://hgreebe-dependencies/cookbook.tgz"
4141
end
4242

43-
if is_custom_node? || aws_region.start_with?("us-east")
43+
if is_custom_node?
4444
include_recipe 'aws-parallelcluster-computefleet::custom_parallelcluster_node'
4545
else
4646
execute "install official aws-parallelcluster-node" do

0 commit comments

Comments
 (0)