Skip to content

Commit 07ad4f3

Browse files
committed
Fix update for loging nodes
1 parent 2884e8b commit 07ad4f3

File tree

1 file changed

+1
-1
lines changed
  • cookbooks/aws-parallelcluster-computefleet/recipes

1 file changed

+1
-1
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 node['cluster']['node_type'] == 'ComputeFleet'
16+
if ['ComputeFleet', 'LoginNode'].include?(node['cluster']['node_type'])
1717
include_recipe 'aws-parallelcluster-computefleet::config_check_update_systemd_service'
1818
end

0 commit comments

Comments
 (0)