Skip to content

Commit

Permalink
fix(test): on suse using and additional kitchen state
Browse files Browse the repository at this point in the history
  • Loading branch information
daks committed Jun 18, 2019
1 parent 89c0d56 commit 215b6b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,13 @@ provisioner:
salt_copy_filter:
- .kitchen
- .git
dependencies:
- name: states
path: ./test/salt
state_top:
base:
'G@os_family:Suse':
- states.cron
'*':
- logrotate
- logrotate.jobs
Expand Down
4 changes: 4 additions & 0 deletions test/salt/states/cron.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

cron_package:
pkg.installed:
- name: cron

0 comments on commit 215b6b3

Please sign in to comment.