Skip to content

Commit 215b6b3

Browse files
committed
fix(test): on suse using and additional kitchen state
1 parent 89c0d56 commit 215b6b3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

kitchen.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,13 @@ provisioner:
115115
salt_copy_filter:
116116
- .kitchen
117117
- .git
118+
dependencies:
119+
- name: states
120+
path: ./test/salt
118121
state_top:
119122
base:
123+
'G@os_family:Suse':
124+
- states.cron
120125
'*':
121126
- logrotate
122127
- logrotate.jobs

test/salt/states/cron.sls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
cron_package:
3+
pkg.installed:
4+
- name: cron

0 commit comments

Comments
 (0)