Skip to content

Commit

Permalink
feat(formula): add exim-formula
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Sep 19, 2019
1 parent 5ee8f03 commit 55f58f9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ ssf:
- cron
- deepsea
- dhcpd
- exim
- fail2ban
- golang
- grafana
Expand Down
5 changes: 3 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length
title: 'ci(travis): use `kitchen verify` instead of `kitchen test`'
body: '* Automated using https://github.com/myii/ssf-formula/pull/35'
title: 'feat(semantic-release): implement for this formula'
body: '* Checked using https://github.com/myii/ssf-formula/pull/37'
# yamllint enable rule:line-length
github:
owner: saltstack-formulas
Expand Down Expand Up @@ -209,6 +209,7 @@ ssf:
cron: *formula_default
deepsea: *formula_default
dhcpd: *formula_default
exim: *formula_default
fail2ban: *formula_default
golang: *formula_default
grafana: *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 @@ -171,6 +171,7 @@ These formulas are already compatible with semantic-release:
* `cron-formula <https://github.com/saltstack-formulas/cron-formula>`_
* `deepsea-formula <https://github.com/saltstack-formulas/deepsea-formula>`_
* `dhcpd-formula <https://github.com/saltstack-formulas/dhcpd-formula>`_
* `exim-formula <https://github.com/saltstack-formulas/exim-formula>`_
* `fail2ban-formula <https://github.com/saltstack-formulas/fail2ban-formula>`_
* `golang-formula <https://github.com/saltstack-formulas/golang-formula>`_
* `grafana-formula <https://github.com/saltstack-formulas/grafana-formula>`_
Expand Down
16 changes: 16 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,22 @@ ssf:
- [opensuse/leap, 15 , 2018.3, 2, default]
- [centos , 6 , 2017.7, 2, default]
semrel_files: *semrel_files_default
exim:
context:
git:
github:
repo: exim-formula
inspec_suites_kitchen:
0:
inspec_yml:
summary: >-
Verify that the exim formula is setup and configured correctly
supports: *supports_debian_ubuntu
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/exim.sls
platforms_matrix: *platforms_matrix_osfamily_debian
semrel_files: *semrel_files_default
fail2ban:
context:
git:
Expand Down

0 comments on commit 55f58f9

Please sign in to comment.