Skip to content

Commit

Permalink
Merge pull request #371 from myii/feat/manage-map.jinja-verification-…
Browse files Browse the repository at this point in the history
…for-XYZ

feat(packages): manage `map.jinja` verification
  • Loading branch information
myii committed Oct 2, 2021
2 parents e010589 + af6f43b commit 53f57e0
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -64,8 +64,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: "chore(gemfile.lock): update to latest gem versions (2021-W39) [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/370'
title: "test(map): verify '`'map.jinja'`' dump using '`'_mapdata'`' state"
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/371'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
4 changes: 3 additions & 1 deletion ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3381,6 +3381,7 @@ ssf:
provisioner:
dependencies:
- name: 'node'
branch: 'test-kitchen'
repo: 'git'
source: 'https://github.com/saltstack-formulas/node-formula.git'
pillars_from_files:
Expand Down Expand Up @@ -3503,6 +3504,7 @@ ssf:
- .sls: 'test/salt/pillar/windows.sls'
state_top:
- '*':
- ._mapdata
- .chocolatey
inspec_suites_matrix:
- default
Expand Down Expand Up @@ -3543,7 +3545,7 @@ ssf:
- [debian , 11 , master, 3, debian]
testing_windows:
active: true
semrel_files: *semrel_files_default
semrel_files: *semrel_files_inc_map_jinja_verifier
php:
context:
codeowners:
Expand Down

0 comments on commit 53f57e0

Please sign in to comment.