Skip to content

Commit 6a0fc0a

Browse files
davpratgmarciani
authored andcommitted
Try to fix mising Amazon domain
Signed-off-by: David Pratt <[email protected]>
1 parent d4e7526 commit 6a0fc0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

attributes/default.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
default['cluster']['configs_dir'] = "#{node['cluster']['base_dir']}/configs"
2424
default['cluster']['shared_dir'] = "#{node['cluster']['base_dir']}/shared"
2525

26+
# AWS domain
27+
default['cluster']['aws_domain'] = aws_domain
28+
2629
# Cluster config
2730
default['cluster']['cluster_s3_bucket'] = nil
2831
default['cluster']['cluster_config_s3_key'] = nil
@@ -628,8 +631,6 @@
628631
default['cluster']['slurm_node_reg_mem_percent'] = 75
629632
default['cluster']['slurmdbd_response_retries'] = 30
630633

631-
# AWS domain
632-
default['cluster']['aws_domain'] = aws_domain
633634

634635
# Official ami build
635636
default['cluster']['is_official_ami_build'] = false

0 commit comments

Comments
 (0)