File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,15 @@ extends: 'default'
10
10
# 3. All YAML files under directory `node_modules/`, introduced during the Travis run
11
11
# 4. Any SLS files under directory `test/`, which are actually state files
12
12
# 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
14
15
ignore : |
15
16
.cache/
16
17
.git/
17
18
node_modules/
18
19
test/**/states/**/*.sls
19
20
.kitchen/
21
+ kitchen.vagrant.yml
20
22
pillar.example
21
23
postgres/codenamemap.yaml
22
24
postgres/osfamilymap.yaml
Original file line number Diff line number Diff line change 39
39
/Gemfile @ saltstack-formulas/ssf
40
40
/Gemfile.lock @ saltstack-formulas/ssf
41
41
/kitchen.yml @ saltstack-formulas/ssf
42
+ /kitchen.vagrant.yml @ saltstack-formulas/ssf
43
+ /kitchen.windows.yml @ saltstack-formulas/ssf
42
44
/pre-commit_semantic-release.sh @ saltstack-formulas/ssf
43
45
/release-rules.js @ saltstack-formulas/ssf
44
46
/release.config.js @ saltstack-formulas/ssf
You can’t perform that action at this time.
0 commit comments