Skip to content

Commit

Permalink
feat(rabbitmq): add new config_files state to suites
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Dec 23, 2019
1 parent 085afd1 commit ac490a7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 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
title: 'feat: improve reusability'
body: '* Checked using https://github.com/myii/ssf-formula/pull/113'
title: 'ci(kitchen): standardise structure [skip ci]'
body: '* Checked using https://github.com/myii/ssf-formula/pull/114'
# yamllint enable rule:line-length
github:
owner: 'saltstack-formulas'
Expand Down
12 changes: 12 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1494,11 +1494,23 @@ ssf:
inspec_yml:
summary: >-
Verify that the rabbitmq formula is setup and configured correctly
provisioner:
dependencies:
- name: 'files'
path: './test/salt'
state_top:
- '*':
- .
- .config_files
1:
provisioner:
dependencies:
- name: 'files'
path: './test/salt'
state_top:
- '*':
- .latest
- .config_files
verifier: *verifier_inspec_tests_default
inspec_suites_matrix:
- default
Expand Down

0 comments on commit ac490a7

Please sign in to comment.