File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
1415ignore : |
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments