Skip to content

Commit c10c2f4

Browse files
authored
Merge pull request #28 from myii/feat/standardise-openvpn-test-pillar-path
feat(openvpn): use standard test pillar path
2 parents 24a94a7 + 05c5f93 commit c10c2f4

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)