Skip to content

Commit

Permalink
feat(formula): add vsftpd-formula
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Aug 28, 2019
1 parent ac2fd25 commit 11c7ad8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ ssf:
- ufw
- users
- vault
- vsftpd
semrel_files:
- bin/kitchen
- docs/CONTRIBUTING.rst
Expand Down
3 changes: 2 additions & 1 deletion ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
title: 'chore: use `semantic-release` cross-formula standard structure'
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/12'
body: '* Automated using https://github.com/myii/ssf-formula/pull/14'
github:
owner: saltstack-formulas
repo: ''
Expand Down Expand Up @@ -315,3 +315,4 @@ ssf:
2:
<<: *isk_suite_default
name: prod_server
vsftpd: *formula_default
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 @@ -200,6 +200,7 @@ These formulas are already compatible with semantic-release:
* `ufw-formula <https://github.com/saltstack-formulas/ufw-formula>`_
* `users-formula <https://github.com/saltstack-formulas/users-formula>`_
* `vault-formula <https://github.com/saltstack-formulas/vault-formula>`_
* `vsftpd-formula <https://github.com/saltstack-formulas/vsftpd-formula>`_

Documentation
-------------
Expand Down
14 changes: 14 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1252,3 +1252,17 @@ ssf:
script_kitchen:
cmd: test
semrel_files: *semrel_files_default
vsftpd:
context:
git:
github:
repo: vsftpd-formula
inspec_suites_kitchen:
0:
inspec_yml:
summary: >-
Verify that the vsftpd formula is setup and configured correctly
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/vsftpd.sls
semrel_files: *semrel_files_default

0 comments on commit 11c7ad8

Please sign in to comment.