You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rhel 6.9, seems to be the issue, not picking up profiles 'name' with audit wrapper cookbook
Scenario:
inspec_gem[inspec] (audit::inspec line 20) had an error: NoMethodError: undefined method `name' for nil:NilClass
undefined method `name' for nil:NilClass
# In /var/chef/cache/cookbooks/audit/recipes/inspec.rb
20: inspec_gem 'inspec' do
21: version node['audit']['inspec_version']
22: source node['audit']['inspec_gem_source']
23: action :nothing
24: end.run_action(:install)
Steps to Reproduce:
[If you are filing an issue what are the things we need to do in order to repro your problem? How are you using this cookbook or any resources it includes?]
Expected Result:
[What are you expecting to happen as the consequence of above reproduction steps?]
Actual Result:
[What actually happens after the reproduction steps? Include the error output or a link to a gist if possible.]
The text was updated successfully, but these errors were encountered:
No luck either with 14.x clients, it is strange seeing this on rhel 6.x and not seeing this on rhel7. I have been looking around and not really seeing any issues. every 30 minutes client runs, it is not picking up the profile for rhel6
Cookbook version
7.0.1
Chef-client version
13.6.4
Platform Details
rhel 6.9, seems to be the issue, not picking up profiles 'name' with audit wrapper cookbook
Scenario:
Steps to Reproduce:
[If you are filing an issue what are the things we need to do in order to repro your problem? How are you using this cookbook or any resources it includes?]
Expected Result:
[What are you expecting to happen as the consequence of above reproduction steps?]
Actual Result:
[What actually happens after the reproduction steps? Include the error output or a link to a gist if possible.]
The text was updated successfully, but these errors were encountered: