We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2884e8b commit 07ad4f3Copy full SHA for 07ad4f3
cookbooks/aws-parallelcluster-computefleet/recipes/config.rb
@@ -13,6 +13,6 @@
13
14
include_recipe 'aws-parallelcluster-computefleet::fleet_status'
15
16
-if node['cluster']['node_type'] == 'ComputeFleet'
+if ['ComputeFleet', 'LoginNode'].include?(node['cluster']['node_type'])
17
include_recipe 'aws-parallelcluster-computefleet::config_check_update_systemd_service'
18
end
0 commit comments