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 76183cd commit cb3bb37Copy full SHA for cb3bb37
recipes/slurm_config.rb
@@ -34,6 +34,7 @@
34
owner 'root'
35
group 'root'
36
mode '0755'
37
+ only_if { node['init_package'] != 'systemd' }
38
end
39
40
# case node['cfncluster']['cfn_node_type']
0 commit comments