From 21a1866e26d6df353a6e54b3e392fff114cb89dc Mon Sep 17 00:00:00 2001 From: Eric Veiras Galisson Date: Tue, 18 Jun 2019 22:20:45 +0200 Subject: [PATCH] fix(test): on suse using and additional kitchen state --- kitchen.yml | 5 +++++ test/salt/states/cron.sls | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 test/salt/states/cron.sls diff --git a/kitchen.yml b/kitchen.yml index ea6d49d..ec9d837 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -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 diff --git a/test/salt/states/cron.sls b/test/salt/states/cron.sls new file mode 100644 index 0000000..1570f2f --- /dev/null +++ b/test/salt/states/cron.sls @@ -0,0 +1,4 @@ + +cron_package: + pkg.installed: + - name: cron