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 f84c890Copy full SHA for f84c890
cookbooks/aws-parallelcluster-environment/test/controls/isolated_spec.rb
@@ -17,6 +17,6 @@
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']}\)/ }
+ its('content') { should match /echo "Defaults env_keep += \\"AWS_DEFAULT_REGION AWS_CA_BUNDLE REQUESTS_CA_BUNDLE SSL_CERT_FILE\\"" > \/etc\/sudoers.d\/pcluster-aws-cli-envkeep/ }
21
end
22
0 commit comments