Skip to content

Commit

Permalink
Merge pull request #5 from myii/feat/add-users-formula
Browse files Browse the repository at this point in the history
feat(formula): add `users-formula`
  • Loading branch information
myii authored Aug 4, 2019
2 parents 04ccfd9 + 2502485 commit f8356a5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ ssf:
- systemd
- template
- ufw
- users
- vault
semrel_files:
- bin/kitchen
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 @@ -194,6 +194,7 @@ These formulas are already compatible with semantic-release:
* `systemd-formula <https://github.com/saltstack-formulas/systemd-formula>`_
* `template-formula <https://github.com/saltstack-formulas/template-formula>`_
* `ufw-formula <https://github.com/saltstack-formulas/ufw-formula>`_
* [`WIP <https://github.com/saltstack-formulas/users-formula/pulls>`_] `users-formula <https://github.com/saltstack-formulas/users-formula>`_
* `vault-formula <https://github.com/saltstack-formulas/vault-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 @@ -1023,6 +1023,20 @@ ssf:
dist: trusty
use_tofs: True
semrel_files: *semrel_files_default
users:
context:
git:
github:
repo: users-formula
inspec_suites_kitchen:
0:
inspec_yml:
summary: |-
Verify that the users formula is setup and configured correctly
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/default.sls
semrel_files: *semrel_files_default
vault:
context:
git:
Expand Down

0 comments on commit f8356a5

Please sign in to comment.