Skip to content

Commit 6bbabf5

Browse files
committed
test(pillar): move into folders consistent with template-formula
1 parent b59ada1 commit 6bbabf5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Install and run `yamllint`
5656
- pip install --user yamllint
5757
# yamllint disable-line rule:line-length
58-
- yamllint -s . .yamllint pillar.example test/integration/repositories/pillars.sls
58+
- yamllint -s . .yamllint pillar.example test/salt/pillar/pillars.sls
5959
# Install and run `commitlint`
6060
- npm install @commitlint/config-conventional -D
6161
- npm install @commitlint/travis-cli -D

kitchen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ suites:
130130
'*':
131131
- openvpn
132132
pillars_from_files:
133-
openvpn.sls: test/integration/repositories/pillars.sls
133+
openvpn.sls: test/salt/pillar/pillars.sls
134134
verifier:
135135
inspec_tests:
136136
- path: test/integration/default
File renamed without changes.

0 commit comments

Comments
 (0)