Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auditd_conf parameters should be case insensitive #307

Closed
arlimus opened this issue Dec 10, 2015 · 2 comments
Closed

auditd_conf parameters should be case insensitive #307

arlimus opened this issue Dec 10, 2015 · 2 comments
Labels
Type: Bug Feature not working as expected
Milestone

Comments

@arlimus
Copy link
Contributor

arlimus commented Dec 10, 2015

describe auditd_conf do
   its('log_format') { should eq 'raw' } 
   its('log_format') { should eq 'RAW' }
end
@arlimus arlimus added the Type: Bug Feature not working as expected label Dec 10, 2015
@arlimus arlimus added this to the 0.9.7 milestone Dec 10, 2015
@chris-rock
Copy link
Contributor

+1

@chris-rock
Copy link
Contributor

With the latest PR #318 it is possible to write

describe auditd_conf do
   its('log_format') { should cmp 'raw' } 
   its('log_format') { should cmp 'RAW' }
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Feature not working as expected
Projects
None yet
Development

No branches or pull requests

2 participants