Browse Source

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

tags/v0.10.0
Eric Veiras Galisson 5 years ago
parent
commit
21a1866e26
2 changed files with 9 additions and 0 deletions
  1. +5
    -0
      kitchen.yml
  2. +4
    -0
      test/salt/states/cron.sls

+ 5
- 0
kitchen.yml View File

salt_copy_filter: salt_copy_filter:
- .kitchen - .kitchen
- .git - .git
dependencies:
- name: states
path: ./test/salt
state_top: state_top:
base: base:
'G@os_family:Suse':
- states.cron
'*': '*':
- logrotate - logrotate
- logrotate.jobs - logrotate.jobs

+ 4
- 0
test/salt/states/cron.sls View File


cron_package:
pkg.installed:
- name: cron

Loading…
Cancel
Save