Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(formula): add rabbitmq-formula #88

Merged
merged 1 commit into from
Oct 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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