Skip to content

Commit

Permalink
test(jobs): reorder parameters to match pillar
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Mar 28, 2022
1 parent 957e689 commit 3bdc11b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/default/controls/jobs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@
its('mode') { should cmp '0644' }
its('content') { should include '/var/log/a_service/*.log' }
its('content') { should include 'monthly' }
its('content') { should include 'rotate 12' }
its('content') { should include 'missingok' }
its('content') { should include 'rotate 12' }
its('content') { should include 'compress' }
its('content') { should include 'delaycompress' }
its('content') { should include 'notifempty' }
its('content') { should include 'create 640 root adm' }
its('content') { should include 'sharedscripts' }
end

0 comments on commit 3bdc11b

Please sign in to comment.