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