Skip to content

Commit 11c7ad8

Browse files
committed
feat(formula): add vsftpd-formula
* saltstack-formulas/vsftpd-formula#7
1 parent ac2fd25 commit 11c7ad8

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

pillar.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ ssf:
9494
- ufw
9595
- users
9696
- vault
97+
- vsftpd
9798
semrel_files:
9899
- bin/kitchen
99100
- docs/CONTRIBUTING.rst

ssf/defaults.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ssf_node_anchors:
1515
# An alternative method could be to use:
1616
# `git describe --abbrev=0 --tags`
1717
title: 'chore: use `semantic-release` cross-formula standard structure'
18-
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/12'
18+
body: '* Automated using https://github.com/myii/ssf-formula/pull/14'
1919
github:
2020
owner: saltstack-formulas
2121
repo: ''
@@ -315,3 +315,4 @@ ssf:
315315
2:
316316
<<: *isk_suite_default
317317
name: prod_server
318+
vsftpd: *formula_default

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ These formulas are already compatible with semantic-release:
200200
* `ufw-formula <https://github.com/saltstack-formulas/ufw-formula>`_
201201
* `users-formula <https://github.com/saltstack-formulas/users-formula>`_
202202
* `vault-formula <https://github.com/saltstack-formulas/vault-formula>`_
203+
* `vsftpd-formula <https://github.com/saltstack-formulas/vsftpd-formula>`_
203204

204205
Documentation
205206
-------------

ssf/formulas.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,3 +1252,17 @@ ssf:
12521252
script_kitchen:
12531253
cmd: test
12541254
semrel_files: *semrel_files_default
1255+
vsftpd:
1256+
context:
1257+
git:
1258+
github:
1259+
repo: vsftpd-formula
1260+
inspec_suites_kitchen:
1261+
0:
1262+
inspec_yml:
1263+
summary: >-
1264+
Verify that the vsftpd formula is setup and configured correctly
1265+
provisioner:
1266+
pillars_from_files:
1267+
- .sls: test/salt/pillar/vsftpd.sls
1268+
semrel_files: *semrel_files_default

0 commit comments

Comments
 (0)