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 ntp-formula #87

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 @@ -95,6 +95,7 @@ ssf:
- lvm
- mysql
- nginx
- ntp
- openssh
- openvpn
- php
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: 'ci(kitchen+travis): upgrade matrix after `2019.2.2` release [skip ci]'
body: '* Automated using https://github.com/myii/ssf-formula/pull/86'
title: 'feat(semantic-release): implement for this formula'
body: '* Automated using https://github.com/myii/ssf-formula/pull/87'
# yamllint enable rule:line-length
github:
owner: 'saltstack-formulas'
Expand Down Expand Up @@ -333,6 +333,7 @@ ssf:
lvm: *formula_default
mysql: *formula_default
nginx: *formula_default
ntp: *formula_default
openssh: *formula_default
openvpn: *formula_default
packages:
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 @@ -189,6 +189,7 @@ These formulas are already compatible with semantic-release:
* `lvm-formula <https://github.com/saltstack-formulas/lvm-formula>`_
* `mysql-formula <https://github.com/saltstack-formulas/mysql-formula>`_
* `nginx-formula <https://github.com/saltstack-formulas/nginx-formula>`_
* `ntp-formula <https://github.com/saltstack-formulas/ntp-formula>`_
* `openssh-formula <https://github.com/saltstack-formulas/openssh-formula>`_
* `openvpn-formula <https://github.com/saltstack-formulas/openvpn-formula>`_
* [`WIP <https://github.com/saltstack-formulas/packages-formula/pull/54>`_] `packages-formula <https://github.com/saltstack-formulas/packages-formula>`_
Expand Down
21 changes: 21 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,27 @@ ssf:
travis: *travis_do_not_use_single_job_for_linters
use_tofs: true
semrel_files: *semrel_files_default
ntp:
context:
git:
github:
repo: 'ntp-formula'
inspec_suites_kitchen:
0:
inspec_yml:
summary: >-
Verify that the ntp formula is setup and configured correctly
provisioner:
pillars_from_files:
- .sls: 'test/salt/pillar/default.sls'
state_top:
- '*':
- .ng
yamllint:
rules:
key-duplicates:
ignore: *ignore_pillar_example
semrel_files: *semrel_files_default
openssh:
context:
git:
Expand Down