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 85dc8a6 commit 3997c92Copy full SHA for 3997c92
cookbooks/aws-parallelcluster-platform/test/controls/enroot_spec.rb
@@ -39,7 +39,7 @@
39
end
40
41
control 'tag:config_enroot_disabled_on_non_graphic_instances' do
42
- only_if { !os_properties.on_docker? && !['yes', true, 'true'].include?(node['cluster']['nvidia']['enabled']) }
+ only_if { !os_properties.on_docker? && !['yes', true, 'true'].include?(node['cluster']['nvidia']['enabled']) && !instance.nvidia_installed? }
43
44
describe 'enroot service should be disabled' do
45
subject { command("enroot version") }
0 commit comments