Skip to content

Commit

Permalink
feat(logrotate): fix Kitchen to ensure cron installed on Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Mar 30, 2020
1 parent dd0ca0f commit 1f6a9b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "refactor(libsaltcli): use the '`'opts'`' dict throughout [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/139'
title: "ci(kitchen): ensure '`'cron'`' installed on '`'Debian'`'"
body: '* Checked using https://github.com/myii/ssf-formula/pull/140'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
2 changes: 1 addition & 1 deletion ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ ssf:
provisioner:
dependencies: *dependencies_states
state_top:
- 'G@os_family:Suse':
- 'G@os_family:Suse or G@os:Debian':
- states.cron
- '*':
- .
Expand Down

0 comments on commit 1f6a9b5

Please sign in to comment.