File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
aws-parallelcluster-computefleet/recipes
aws-parallelcluster-platform/templates/supervisord Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313
1414include_recipe 'aws-parallelcluster-computefleet::fleet_status'
1515
16- if [ 'ComputeFleet' , 'LoginNode' ] . include? ( node [ 'cluster' ] [ 'node_type' ] )
16+ if [ 'ComputeFleet' ] . include? ( node [ 'cluster' ] [ 'node_type' ] )
1717 include_recipe 'aws-parallelcluster-computefleet::config_check_update_systemd_service'
1818end
Original file line number Diff line number Diff line change 11# Generated by Chef for AWS ParallelCluster <%= node['cluster']['node_type'] -%>
22# Local modifications could be overwritten.
33<% case node['cluster']['node_type'] -%>
4- <% when 'HeadNode'-%>
4+ <% when 'HeadNode', 'LoginNode' -%>
55[program:cfn-hup]
66command = <%= node['cluster']['scripts_dir']%> /cfn-hup-runner.sh
77autorestart = true
You can’t perform that action at this time.
0 commit comments