Skip to content

Commit

Permalink
feat(formula): add mattermost-formula
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jan 16, 2020
1 parent 04b6340 commit 710a27f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ ssf:
- locale
- logrotate
- lvm
- mattermost
- mongodb
- mysql
- nfs
Expand Down
5 changes: 3 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length
title: 'feat: promote `ng`'
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/119'
title: 'refactor(semantic-release): standardise structure for this formula'
body: '* Automated using https://github.com/myii/ssf-formula/pull/117'
# yamllint enable rule:line-length
github:
owner: 'saltstack-formulas'
Expand Down Expand Up @@ -342,6 +342,7 @@ ssf:
name: 'redhat'
logrotate: *formula_default
lvm: *formula_default
mattermost: *formula_default
mongodb: *formula_default
mysql: *formula_default
nfs: *formula_default
Expand Down
15 changes: 15 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,21 @@ ssf:
- [amazonlinux , 2 , 2017.7, 2, default]
# # - [arch-base , latest, 2017.7, 2, default]
semrel_files: *semrel_files_default
mattermost:
context:
git:
github:
owner: 'kjkeane'
repo: 'mattermost-formula'
inspec_suites_kitchen:
0:
inspec_yml:
summary: >-
Verify that the mattermost formula is setup and configured correctly
provisioner:
pillars_from_files:
- .sls: 'test/salt/default/pillar/mattermost.sls'
semrel_files: *semrel_files_default
mongodb:
context:
git:
Expand Down

0 comments on commit 710a27f

Please sign in to comment.