Skip to content

Commit

Permalink
var log audit is directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Oct 16, 2019
1 parent be8b3df commit 0d200f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/acceptance/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ class { 'audit':
its(:content) { should match '-w /etc/localtime -p wa -k time-change' }
end

describe file('/var/log/audit') do
it { should be_directory }
end

end

end

0 comments on commit 0d200f2

Please sign in to comment.