Skip to content

Commit

Permalink
feat(formula): add openssh-formula
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Sep 13, 2019
1 parent 7254ee2 commit cc13b86
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ ssf:
- logrotate
- mysql
- nginx
- openssh
- openvpn
- php
- postfix
Expand Down
5 changes: 3 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable-line rule:line-length
title: 'ci(yamllint): add rule `empty-values` & use new `yaml-files` setting'
body: '* Automated using https://github.com/myii/ssf-formula/pull/27'
title: 'feat(semantic-release): implement for this formula'
body: '* Automated using https://github.com/myii/ssf-formula/pull/30'
github:
owner: saltstack-formulas
repo: ''
Expand Down Expand Up @@ -246,6 +246,7 @@ ssf:
logrotate: *formula_default
mysql: *formula_default
nginx: *formula_default
openssh: *formula_default
openvpn: *formula_default
packages:
<<: *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 @@ -182,6 +182,7 @@ These formulas are already compatible with semantic-release:
* `logrotate-formula <https://github.com/saltstack-formulas/logrotate-formula>`_
* `mysql-formula <https://github.com/saltstack-formulas/mysql-formula>`_
* `nginx-formula <https://github.com/saltstack-formulas/nginx-formula>`_
* `openssh-formula <https://github.com/saltstack-formulas/openssh-formula>`_
* `openvpn-formula <https://github.com/saltstack-formulas/openvpn-formula>`_
* [`WIP <https://github.com/saltstack-formulas/packages-formula/pull/54>`_] `packages-formula <https://github.com/saltstack-formulas/packages-formula>`_
* `php-formula <https://github.com/saltstack-formulas/php-formula>`_
Expand Down
15 changes: 15 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,21 @@ ssf:
- [centos , 6 , 2017.7, 2, default]
use_tofs: true
semrel_files: *semrel_files_default
openssh:
context:
git:
github:
repo: openssh-formula
inspec_suites_kitchen:
0:
inspec_yml:
summary: >-
Verify that the openssh formula is setup and configured correctly
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/default.sls
use_tofs: true
semrel_files: *semrel_files_default
openvpn:
context:
git:
Expand Down

0 comments on commit cc13b86

Please sign in to comment.