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 eb8f411 commit 5ee8702Copy full SHA for 5ee8702
cookbooks/aws-parallelcluster-environment/spec/unit/recipes/isolated_install_spec.rb
@@ -26,7 +26,7 @@
26
27
it 'has the correct content' do
28
is_expected.to render_file("#{node['cluster']['scripts_dir']}/patch-iso-instance.sh")
29
- .with_content("USERS=(root #{node['cluster']['cluster_admin_user']} #{node['cluster']['cluster_user']})")
+ .with_content("source /etc/profile.d/aws-cli-default-config.sh")
30
end
31
32
cookbooks/aws-parallelcluster-environment/test/controls/isolated_spec.rb
@@ -17,6 +17,5 @@
17
its('owner') { should cmp 'root' }
18
its('group') { should cmp 'root' }
19
its('mode') { should cmp '0744' }
20
- its('content') { should match /USERS=\(root #{node['cluster']['cluster_admin_user']} #{node['cluster']['cluster_user']}\)/ }
21
22
0 commit comments