File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed
files/tofs_template-formula/docs Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 9494 - ufw
9595 - users
9696 - vault
97+ - vsftpd
9798 semrel_files :
9899 - bin/kitchen
99100 - docs/CONTRIBUTING.rst
Original file line number Diff line number Diff 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 : ' '
315315 2 :
316316 << : *isk_suite_default
317317 name : prod_server
318+ vsftpd : *formula_default
Original file line number Diff line number Diff 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
204205Documentation
205206-------------
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments