fix(test): on suse using and additional kitchen state
This commit is contained in:
parent
ef086b205c
commit
21a1866e26
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
4
test/salt/states/cron.sls
Normal file
4
test/salt/states/cron.sls
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
cron_package:
|
||||
pkg.installed:
|
||||
- name: cron
|
Loading…
Reference in a new issue