Skip to content

Commit

Permalink
dont test for root ownership of vardir
Browse files Browse the repository at this point in the history
  • Loading branch information
nomennesc-io committed Jan 3, 2025
1 parent 244e3e1 commit 29e5e87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/classes/puppet_server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@
it do
should contain_file(vardir)
.with_ensure('directory')
.with_owner('root')
end

it do
Expand Down

0 comments on commit 29e5e87

Please sign in to comment.