Skip to content

Commit 494c504

Browse files
committed
Have cfnhup enabled on login node
1 parent 07ad4f3 commit 494c504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-computefleet/recipes/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313

1414
include_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'
1818
end

cookbooks/aws-parallelcluster-platform/templates/supervisord/parallelcluster_supervisord.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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]
66
command = <%= node['cluster']['scripts_dir']%>/cfn-hup-runner.sh
77
autorestart = true

0 commit comments

Comments
 (0)