Niels Abspoel
2f08df1efe
Merge pull request #28 from myii/chore/standardise-structure
ci(kitchen+travis): replace EOL pre-salted images
5 лет назад
Imran Iqbal
9a7103078e
ci(kitchen+travis): replace EOL pre-salted images
* Automated using https://github.com/myii/ssf-formula/pull/16
5 лет назад
Imran Iqbal
ab0a26d6ee
Merge pull request #25 from myii/chore/standardise-structure
chore: use `semantic-release` cross-formula standard structure
5 лет назад
Imran Iqbal
fb1a4ec853
chore: use `semantic-release` cross-formula standard structure
* Automated using `ssf-formula` (v0.6.0)
5 лет назад
semantic-release-bot
d8a4f5f7ce
chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/saltstack-formulas/chrony-formula/compare/v1.1.0...v1.2.0 ) (2019-08-10)
### Bug Fixes
* add pool option ([90cdeea
](https://github.com/saltstack-formulas/chrony-formula/commit/90cdeea ))
### Continuous Integration
* **kitchen+travis:** modify matrix to include `develop` platform ([6db3426
](https://github.com/saltstack-formulas/chrony-formula/commit/6db3426 ))
### Features
* **yamllint:** include for this repo and apply rules throughout ([f83a498
](https://github.com/saltstack-formulas/chrony-formula/commit/f83a498 ))
5 лет назад
Niels Abspoel
0d904c0c67
Merge pull request #19 from kjkeane/update-ntp-pool
fix: add pool option
5 лет назад
Niels Abspoel
cf43fc4559
Merge pull request #24 from myii/chore/standardise-structure
feat(yamllint): include for this repo and apply rules throughout
5 лет назад
Imran Iqbal
f83a4988b6
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix errors shown below:
```bash
chrony-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
pillar.example
1:1 warning missing document start "---" (document-start)
21:3 warning comment not indented like content (comments-indentation)
```
5 лет назад
Imran Iqbal
0cf1f470b5
Merge pull request #23 from myii/ci/standardise-structure
chore: use `semantic-release` cross-formula standard structure
5 лет назад
Imran Iqbal
96a59e20ff
chore: use `semantic-release` cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.2)
5 лет назад
Imran Iqbal
c5784f4d02
Merge pull request #22 from myii/ci/standardise-structure
chore: use `semantic-release` cross-formula standard structure
5 лет назад
Imran Iqbal
b48eff7f85
chore: use `semantic-release` cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.1)
5 лет назад
Imran Iqbal
df61837555
Merge pull request #21 from myii/ci/use-develop-image-in-matrix
ci(kitchen+travis): modify matrix to include `develop` platform
5 лет назад
Imran Iqbal
6db3426b40
ci(kitchen+travis): modify matrix to include `develop` platform
* Use balanced matrix based on `template-formula` guidelines
* Initial ref: https://github.com/saltstack-formulas/template-formula/issues/118
* Fedora still disabled due to existing errors:
- `Job for chronyd.service failed because a timeout was exceeded.`
5 лет назад
kkeane
90cdeeab34
fix: add pool option
5 лет назад
semantic-release-bot
e7009f137a
chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/saltstack-formulas/chrony-formula/compare/v1.0.0...v1.1.0 ) (2019-05-10)
### Features
* fix default values ([a2a3aa7
](https://github.com/saltstack-formulas/chrony-formula/commit/a2a3aa7 ))
5 лет назад
kkeane
a2a3aa7ede
feat: fix default values
5 лет назад
semantic-release-bot
3bb8869c16
chore(release): 1.0.0 [skip ci]
# [1.0.0](https://github.com/saltstack-formulas/chrony-formula/compare/v0.2.1...v1.0.0 ) (2019-04-30)
### Features
* update chrony formula to new template ([8a05d0f
](https://github.com/saltstack-formulas/chrony-formula/commit/8a05d0f ))
### BREAKING CHANGES
* `chrony.removed` replaced by `.clean` states.
5 лет назад
Kolin Keane
8a05d0f686
feat: update chrony formula to new template
BREAKING CHANGE: `chrony.removed` replaced by `.clean` states.
5 лет назад
semantic-release-bot
c491fbd437
chore(release): 0.2.1 [skip ci]
## [0.2.1](https://github.com/saltstack-formulas/chrony-formula/compare/v0.2.0...v0.2.1 ) (2019-04-29)
### Continuous Integration
* **kitchen+travis:** implement `inspec` test matrix ([0fb718d
](https://github.com/saltstack-formulas/chrony-formula/commit/0fb718d ))
### Documentation
* **semantic-release:** implement an automated changelog ([d040dae
](https://github.com/saltstack-formulas/chrony-formula/commit/d040dae ))
### Tests
* **inspec:** get tests passing ([e5741ee
](https://github.com/saltstack-formulas/chrony-formula/commit/e5741ee ))
5 лет назад
Imran Iqbal
13c4f7b38f
Merge pull request #17 from myii/chore/add-test-matrix
implement `inspec` test matrix & `semantic-release`
5 лет назад
Imran Iqbal
d040daeb4d
docs(semantic-release): implement an automated changelog
5 лет назад
Imran Iqbal
e5741eefad
test(inspec): get tests passing
* Run `chrony.config` as workaround
- `.config` not called by `chrony`
* Disable `fedora` for the time being due to `systemd` issue
- Refusing to accept PID outside of service control group,
acquired through unsafe symlink chain: /var/run/chrony/chronyd.pid
5 лет назад
Imran Iqbal
0fb718da68
ci(kitchen+travis): implement `inspec` test matrix
5 лет назад
Niels Abspoel
6603ab21c8
Merge pull request #15 from noelmcloughlin/fixes
Fix rendering - regression
5 лет назад
N
a35ec9271d
Fix rendering problem on Ubuntu18.04
5 лет назад
Niels Abspoel
3dad97a56e
Merge pull request #14 from mgomersbach/gentoo-compat
Add Gentoo default vars in osmap
6 лет назад
Mark Gomersbach
5139e81a1b
Add Gentoo default vars in osmap
6 лет назад
Niels Abspoel
e754b56197
Merge pull request #12 from noelmcloughlin/grepbug
Hide salt stdout [ERROR] if grep rc=1
6 лет назад
Noel McLoughin
b17001b177
Hide salt stdout [ERROR] if grep rc=1
6 лет назад
Niels Abspoel
db4bdd69da
Merge pull request #11 from saltstack-formulas/fixconfig
Fix config state on Centos7
7 лет назад
Noel McLoughin
0d3b871f01
using 'include .init' does not resolve/render on Centos7
7 лет назад
Niels Abspoel
d3444bb41b
Merge pull request #8 from rossengeorgiev/slspath-patch
replace hardcoded paths with slspath variable
7 лет назад
Niels Abspoel
879dd33856
Merge pull request #9 from tampakrap/syntax_fix
fix syntax error
7 лет назад
Theo Chatzimichos
e9701d94f8
fix syntax error
7 лет назад
Rossen Georgiev
13efcbc79a
replace hardcoded paths with slspath variable
Allows the use of gitfs mountpoint and renaming hte folder without
the need to manually update any of the paths
7 лет назад
Niels Abspoel
1a7ca5ba2a
Merge pull request #7 from noelmcloughlin/tidyup_pillar_example
Simplify pillar.example
7 лет назад
N
7d15b291ca
Remove invalid "config" ID from pillar.example.
7 лет назад
Noel McLoughlin
e00f1f74c6
Simplify pillar.example
7 лет назад
Niels Abspoel
0bde1362a0
Merge pull request #5 from noelmcloughlin/add-defaults-osmap-yaml
Add osmapping,defaults for modular parms
7 лет назад
Noel McLoughlin
a1ff71b962
Add osmapping,defaults for modular parms
7 лет назад
N
e0fc1fef22
Merge pull request #4 from aboe76/fix_archlinux
Merging as this fixes distros in Arch family.
7 лет назад
Niels Abspoel
7424476057
fix archlinux map.jinja
7 лет назад
Niels Abspoel
f6dbdc7ffa
Merge pull request #3 from bawuenet/master
Add chrony.removed state to uninstall package
7 лет назад
Andreas Thienemann
fb582f1545
Add chrony.removed state to uninstall package
When calling chrony.removed salt ensures the service is stopped
and the package has been removed.
7 лет назад
Niels Abspoel
d6d77cd8c3
Merge pull request #2 from omltorg/ArchLinux_support
Add ArchLinux support
7 лет назад
omltorg
64a0cdb4a1
Updated README to include ArchLinux support
The name from os_family was used
8 лет назад
omltorg
b31ba941ba
Added defaults for ArchLinux in map.jinja
8 лет назад
mraymond77
26fb719c2f
Seperated file.managed state from chrony/init.sls
9 лет назад
mraymond77
51b18c59f4
Added default config parameters for Debian and RHEL to map.jinja
9 лет назад