Skip to content

Commit

Permalink
feat(jobs): add jobs: {} to defaults and state to init
Browse files Browse the repository at this point in the history
closes #57
  • Loading branch information
javierbertoli committed Jul 6, 2021
1 parent bb6bfac commit c3b64d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ suites:
'*':
- logrotate._mapdata
- logrotate
- logrotate.jobs
pillars:
top.sls:
base:
Expand Down
1 change: 1 addition & 0 deletions logrotate/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ logrotate:
weekly: true
rotate: 4
create: true
jobs: {}
1 change: 1 addition & 0 deletions logrotate/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ include:
- logrotate.install
- logrotate.config
- logrotate.service
- logrotate.jobs

0 comments on commit c3b64d3

Please sign in to comment.