Skip to content

Commit 8beec72

Browse files
authored
Merge pull request #30 from myii/feat/add-openssh-formula
feat(formula): add `openssh-formula`
2 parents 7254ee2 + cc13b86 commit 8beec72

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

pillar.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ ssf:
7676
- logrotate
7777
- mysql
7878
- nginx
79+
- openssh
7980
- openvpn
8081
- php
8182
- postfix

ssf/defaults.yaml

Lines changed: 3 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(yamllint): add rule `empty-values` & use new `yaml-files` setting'
19-
body: '* Automated using https://github.com/myii/ssf-formula/pull/27'
18+
title: 'feat(semantic-release): implement for this formula'
19+
body: '* Automated using https://github.com/myii/ssf-formula/pull/30'
2020
github:
2121
owner: saltstack-formulas
2222
repo: ''
@@ -246,6 +246,7 @@ ssf:
246246
logrotate: *formula_default
247247
mysql: *formula_default
248248
nginx: *formula_default
249+
openssh: *formula_default
249250
openvpn: *formula_default
250251
packages:
251252
<<: *formula_default

ssf/files/tofs_template-formula/docs/CONTRIBUTING.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ These formulas are already compatible with semantic-release:
182182
* `logrotate-formula <https://github.com/saltstack-formulas/logrotate-formula>`_
183183
* `mysql-formula <https://github.com/saltstack-formulas/mysql-formula>`_
184184
* `nginx-formula <https://github.com/saltstack-formulas/nginx-formula>`_
185+
* `openssh-formula <https://github.com/saltstack-formulas/openssh-formula>`_
185186
* `openvpn-formula <https://github.com/saltstack-formulas/openvpn-formula>`_
186187
* [`WIP <https://github.com/saltstack-formulas/packages-formula/pull/54>`_] `packages-formula <https://github.com/saltstack-formulas/packages-formula>`_
187188
* `php-formula <https://github.com/saltstack-formulas/php-formula>`_

ssf/formulas.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,21 @@ ssf:
705705
- [centos , 6 , 2017.7, 2, default]
706706
use_tofs: true
707707
semrel_files: *semrel_files_default
708+
openssh:
709+
context:
710+
git:
711+
github:
712+
repo: openssh-formula
713+
inspec_suites_kitchen:
714+
0:
715+
inspec_yml:
716+
summary: >-
717+
Verify that the openssh formula is setup and configured correctly
718+
provisioner:
719+
pillars_from_files:
720+
- .sls: test/salt/pillar/default.sls
721+
use_tofs: true
722+
semrel_files: *semrel_files_default
708723
openvpn:
709724
context:
710725
git:

0 commit comments

Comments
 (0)