1
0
Fork 0

fix(test): on suse using and additional kitchen state

This commit is contained in:
Eric Veiras Galisson 2019-06-18 22:20:45 +02:00
parent ef086b205c
commit 21a1866e26
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,4 @@
cron_package:
pkg.installed:
- name: cron