Skip to content

Commit

Permalink
feat(formula): add strongswan-formula
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 15, 2019
1 parent d881766 commit 82248be
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ ssf:
- salt
- ssf
- stack
- strongswan
- stunnel
- sudoers
- sysctl
Expand Down
5 changes: 3 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length
title: 'ci(platform): enable `arch-base-latest`'
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/73'
title: 'feat(semantic-release): implement for this formula'
body: '* Automated using https://github.com/myii/ssf-formula/pull/74'
# yamllint enable rule:line-length
github:
owner: 'saltstack-formulas'
Expand Down Expand Up @@ -415,6 +415,7 @@ ssf:
name: 'v201707-py2'
ssf: *formula_default
stack: *formula_default
strongswan: *formula_default
stunnel: *formula_default
sudoers: *formula_default
sysctl: *formula_default
Expand Down
1 change: 1 addition & 0 deletions ssf/files/tofs_template-formula/docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ These formulas are already compatible with semantic-release:
* `redis-formula <https://github.com/saltstack-formulas/redis-formula>`_
* `rkhunter-formula <https://github.com/saltstack-formulas/rkhunter-formula>`_
* `salt-formula <https://github.com/saltstack-formulas/salt-formula>`_
* `strongswan-formula <https://github.com/saltstack-formulas/strongswan-formula>`_
* `stunnel-formula <https://github.com/saltstack-formulas/stunnel-formula>`_
* `sudoers-formula <https://github.com/saltstack-formulas/sudoers-formula>`_
* `sysctl-formula <https://github.com/saltstack-formulas/sysctl-formula>`_
Expand Down
20 changes: 20 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,26 @@ ssf:
inspec/README.md: *file__inspec__README--md
.gitignore: *file__--gitignore
Gemfile: *file__Gemfile
strongswan:
context:
git:
github:
repo: 'strongswan-formula'
inspec_suites_kitchen:
0:
inspec_yml:
summary: >-
Verify that the strongswan formula is setup and configured correctly
rubocop:
Cops:
Metrics/BlockLength:
Max: 27
# yamllint disable rule:comments-indentation
# Enable this in a subsequent PR, since it's an old version,
# which is already active (needs to be checked for regressions)
# use_tofs: true
# yamllint enable rule:comments-indentation
semrel_files: *semrel_files_default
stunnel:
context:
git:
Expand Down

0 comments on commit 82248be

Please sign in to comment.