Skip to content

Commit

Permalink
Merge branch 'develop' into wip/munge-key-reuse-script
Browse files Browse the repository at this point in the history
  • Loading branch information
hehe7318 authored Oct 9, 2023
2 parents e6df072 + 1fc1e2c commit b821cc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
head_node_hostname: on_docker? ? 'local_hostname' : node['ec2']['local_hostname'],
clustermgtd_heartbeat_file_path: "#{node['cluster']['slurm']['install_dir']}/etc/pcluster/.slurm_plugin/clustermgtd_heartbeat",
instance_id: on_docker? ? 'instance_id' : node['ec2']['instance_id'],
scaling_strategy: node['cluster']['config'].dig(:Scheduling, :ScalingStrategy)
scaling_strategy: lazy { node['cluster']['config'].dig(:Scheduling, :ScalingStrategy) }
)
end

0 comments on commit b821cc9

Please sign in to comment.