Skip to content

Commit 05c5f93

Browse files
committed
feat(openvpn): use standard test pillar path
* Found while working on #27, i.e.: - saltstack-formulas/template-formula#164
1 parent 24a94a7 commit 05c5f93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ssf/defaults.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ssf_node_anchors:
1515
# An alternative method could be to use:
1616
# `git describe --abbrev=0 --tags`
1717
# yamllint disable-line rule:line-length
18-
title: 'ci: use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround'
19-
body: '* Automated using https://github.com/myii/ssf-formula/pull/22'
18+
title: 'chore: use standard test pillar path'
19+
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/28'
2020
github:
2121
owner: saltstack-formulas
2222
repo: ''

ssf/formulas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ ssf:
712712
Verify that the openvpn formula is setup and configured correctly
713713
provisioner:
714714
pillars_from_files:
715-
- .sls: test/integration/repositories/pillars.sls
715+
- .sls: test/salt/pillar/default.sls
716716
state_top:
717717
- '*':
718718
- .config

0 commit comments

Comments
 (0)