Skip to content

Commit

Permalink
Merge pull request #88 from myii/feat/add-rabbitmq-formula
Browse files Browse the repository at this point in the history
feat(formula): add `rabbitmq-formula`
  • Loading branch information
myii authored Oct 31, 2019
2 parents e531689 + 81f6609 commit 5562bb3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ ssf:
- postfix
- postgres
- prometheus
- rabbitmq
- redis
- rkhunter
- salt
Expand Down
3 changes: 2 additions & 1 deletion ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ssf_node_anchors:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length
title: 'feat(semantic-release): implement for this formula'
body: '* Automated using https://github.com/myii/ssf-formula/pull/87'
body: '* Checked using https://github.com/myii/ssf-formula/pull/88'
# yamllint enable rule:line-length
github:
owner: 'saltstack-formulas'
Expand Down Expand Up @@ -381,6 +381,7 @@ ssf:
postfix: *formula_default
postgres: *formula_default
prometheus: *formula_default
rabbitmq: *formula_default
redis: *formula_default
rkhunter:
<<: *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 @@ -197,6 +197,7 @@ These formulas are already compatible with semantic-release:
* `postfix-formula <https://github.com/saltstack-formulas/postfix-formula>`_
* `postgres-formula <https://github.com/saltstack-formulas/postgres-formula>`_
* `prometheus-formula <https://github.com/saltstack-formulas/prometheus-formula>`_
* `rabbitmq-formula <https://github.com/saltstack-formulas/rabbitmq-formula>`_
* `redis-formula <https://github.com/saltstack-formulas/redis-formula>`_
* `rkhunter-formula <https://github.com/saltstack-formulas/rkhunter-formula>`_
* `salt-formula <https://github.com/saltstack-formulas/salt-formula>`_
Expand Down
12 changes: 12 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,18 @@ ssf:
travis: *travis_do_not_use_single_job_for_linters
use_tofs: true
semrel_files: *semrel_files_default
rabbitmq:
context:
git:
github:
repo: 'rabbitmq-formula'
inspec_suites_kitchen:
0:
inspec_yml:
summary: >-
Verify that the rabbitmq formula is setup and configured correctly
platforms_matrix: *platforms_matrix_osfamily_debian
semrel_files: *semrel_files_default
redis:
context:
git:
Expand Down

0 comments on commit 5562bb3

Please sign in to comment.