Skip to content

Commit

Permalink
feat(formula): add rabbitmq-formula
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 29, 2019
1 parent d1e913a commit fa8f41a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ ssf:
- postfix
- postgres
- prometheus
- rabbitmq
- redis
- rkhunter
- salt
Expand Down
5 changes: 3 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length
title: 'ci(kitchen+travis): upgrade matrix after `2019.2.2` release'
body: '* Automated using https://github.com/myii/ssf-formula/pull/86'
title: 'feat(semantic-release): implement for this formula'
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 @@ -196,6 +196,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 @@ -1261,6 +1261,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 fa8f41a

Please sign in to comment.