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

pull/44/head
Eric Veiras Galisson 4 years ago
parent ef086b205c
commit 21a1866e26
  1. 5
      kitchen.yml
  2. 4
      test/salt/states/cron.sls

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

@ -0,0 +1,4 @@
cron_package:
pkg.installed:
- name: cron
Loading…
Cancel
Save