Skip to content

Commit 42bb7f8

Browse files
committed
chore: update CODEOWNERS & .yamllint re: kitchen-vagrant [skip ci]
* Automated using myii/ssf-formula#310
1 parent 01141d1 commit 42bb7f8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: .yamllint

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ extends: 'default'
1010
# 3. All YAML files under directory `node_modules/`, introduced during the Travis run
1111
# 4. Any SLS files under directory `test/`, which are actually state files
1212
# 5. Any YAML files under directory `.kitchen/`, introduced during local testing
13-
# 6. All YAML files heavily reliant on Jinja; these can be tackled in a subsequent PR
13+
# 6. `kitchen.vagrant.yml`, which contains Embedded Ruby (ERB) template syntax
14+
# 7. All YAML files heavily reliant on Jinja; these can be tackled in a subsequent PR
1415
ignore: |
1516
.cache/
1617
.git/
1718
node_modules/
1819
test/**/states/**/*.sls
1920
.kitchen/
21+
kitchen.vagrant.yml
2022
pillar.example
2123
postgres/codenamemap.yaml
2224
postgres/osfamilymap.yaml

Diff for: CODEOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
/Gemfile @saltstack-formulas/ssf
4040
/Gemfile.lock @saltstack-formulas/ssf
4141
/kitchen.yml @saltstack-formulas/ssf
42+
/kitchen.vagrant.yml @saltstack-formulas/ssf
43+
/kitchen.windows.yml @saltstack-formulas/ssf
4244
/pre-commit_semantic-release.sh @saltstack-formulas/ssf
4345
/release-rules.js @saltstack-formulas/ssf
4446
/release.config.js @saltstack-formulas/ssf

0 commit comments

Comments
 (0)