Imran Iqbal
be09e0dedd
test(inspec): improve to work on `amazon` as well
hace 5 años
semantic-release-bot
e171b8a15f
chore(release): 0.11.0 [skip ci]
# [0.11.0](https://github.com/saltstack-formulas/logrotate-formula/compare/v0.10.0...v0.11.0 ) (2019-08-10)
### Features
* **yamllint:** include for this repo and apply rules throughout ([86aed1e
](https://github.com/saltstack-formulas/logrotate-formula/commit/86aed1e ))
hace 5 años
Niels Abspoel
f60dec4c5d
Merge pull request #46 from myii/chore/standardise-structure
feat(yamllint): include for this repo and apply rules throughout
hace 5 años
Imran Iqbal
86aed1ebae
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix errors shown below:
```bash
logrotate-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./logrotate/osmap.yaml
1:1 warning missing document start "---" (document-start)
./logrotate/osfamilymap.yaml
1:1 warning missing document start "---" (document-start)
7:15 warning truthy value should be one of [false, true] (truthy)
12:14 warning truthy value should be one of [false, true] (truthy)
14:23 warning truthy value should be one of [false, true] (truthy)
16:14 warning truthy value should be one of [false, true] (truthy)
24:14 warning truthy value should be one of [false, true] (truthy)
./logrotate/defaults.yaml
4:1 warning missing document start "---" (document-start)
11:23 warning truthy value should be one of [false, true] (truthy)
13:13 warning truthy value should be one of [false, true] (truthy)
15:13 warning truthy value should be one of [false, true] (truthy)
16:1 error too many blank lines (1 > 0) (empty-lines)
pillar.example
3:1 warning missing document start "---" (document-start)
5:4 warning missing starting space in comment (comments)
6:6 warning missing starting space in comment (comments)
6:5 warning comment not indented like content (comments-indentation)
7:6 warning missing starting space in comment (comments)
9:13 warning truthy value should be one of [false, true] (truthy)
11:13 warning truthy value should be one of [false, true] (truthy)
12:15 warning truthy value should be one of [false, true] (truthy)
13:14 warning truthy value should be one of [false, true] (truthy)
26:12 error trailing spaces (trailing-spaces)
48:12 error too many spaces after hyphen (hyphens)
69:1 error too many blank lines (1 > 0) (empty-lines)
```
hace 5 años
Niels Abspoel
71696e0b96
Merge pull request #45 from myii/ci/standardise-structure
chore: use `semantic-release` cross-formula standard structure
hace 5 años
Imran Iqbal
e7c4cdec1c
chore: use `semantic-release` cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.1)
hace 5 años
semantic-release-bot
c3692e6f49
chore(release): 0.10.0 [skip ci]
# [0.10.0](https://github.com/saltstack-formulas/logrotate-formula/compare/v0.9.0...v0.10.0 ) (2019-06-25)
### Bug Fixes
* **test:** on suse using and additional kitchen state ([21a1866
](https://github.com/saltstack-formulas/logrotate-formula/commit/21a1866 ))
### Features
* implement semantic release ([ef086b2
](https://github.com/saltstack-formulas/logrotate-formula/commit/ef086b2 ))
hace 5 años
Imran Iqbal
52569d8d93
Merge pull request #44 from daks/semantic-release
Semantic release
hace 5 años
Eric Veiras Galisson
21a1866e26
fix(test): on suse using and additional kitchen state
hace 5 años
Eric Veiras Galisson
ef086b205c
feat: implement semantic release
hace 5 años
Nicolas Rodriguez
f99e3b71ac
Merge pull request #43 from daks/context-fix
fix: corrected indentation on context in file.managed states
hace 5 años
Eric Veiras Galisson
ef88f3d047
fix: corrected indentation on context in file.managed states
hace 5 años
Niels Abspoel
ff2d7c790b
Merge pull request #42 from waynegemmell/patch-2
Context data wrapped with tojson filter.
hace 5 años
waynegemmell
235f677bc6
Updated to | json for backward compatibility
hace 5 años
waynegemmell
06859f5fbb
Context data wrapped with tojson filter.
hace 5 años
Imran Iqbal
6a43ccab3a
Merge pull request #40 from waynegemmell/master
Added | json to the package install
hace 5 años
waynegemmell
d34348f06b
Merge pull request #1 from waynegemmell/waynegemmell-patch-1
Updated package install with json filter
hace 5 años
waynegemmell
03fde1b616
Updated package install with json filter
This issue is causing logrotate install to fail. https://github.com/saltstack/salt/issues/51925
I've added | json to mitigate.
hace 5 años
Nicolas Rodriguez
cc2bdaed82
Merge pull request #38 from daks/bug-jobname
integrating patch from danny-smit, fixes #33
hace 6 años
Eric Veiras Galisson
0d039778f8
integrating patch from danny-smit, fixes #33
hace 6 años
Niels Abspoel
2db09ef11a
Merge pull request #37 from netmanagers/master
Re-add map.jinja changes from #35 lost on #36
hace 6 años
Javier Bértoli
788d08811f
Re-add map.jinja changes from #36 lost on #36
hace 6 años
Niels Abspoel
8ee4d19eb8
Merge pull request #36 from netmanagers/master
Make sure dependencies are installed if required, fix tests
hace 6 años
Javier Bértoli
ea46350673
Make sure dependencies are installed if required, fix tests
hace 6 años
Javier Bértoli
ddb69af3c0
Merge pull request #34 from daks/travis-tests
WIP: configuring travis-ci tests
hace 6 años
Eric Veiras Galisson
ceb090831f
configuring travis-ci tests, using Kitchen with Docker, and Inspec
hace 6 años
Niels Abspoel
6f6ffe871c
Merge pull request #35 from mgomersbach/move-to-os-yaml-files
Move os_family and os mapping to yaml files
hace 6 años
Mark Gomersbach
db3629904c
Move os_family and os mapping to yaml files
- Add Gentoo support
- Add FreeBSD support
hace 6 años
Daniel Wallace
6575a95764
Merge pull request #32 from daks/jobs_contents
Adding possibility to submit raw content to configure a job
hace 6 años
Eric Veiras Galisson
364ef833cc
adding Inspec tests for raw content jobs
hace 6 años
Eric Veiras Galisson
4ac8535dd7
new possibility to configure a job giving the raw content to store as a file
hace 6 años
Eric Veiras Galisson
251937f9c3
adding Inspec tests for jobs configuration
hace 6 años
Niels Abspoel
42d68051a6
Merge pull request #30 from daks/kitchen-tests
adding Inspec tests ran with Kitchen and Vagrant on Debian Stretch
hace 6 años
Eric Veiras Galisson
fb2890f6a7
adding Inspec tests ran with Kitchen and Vagrant on Debian Stretch
hace 6 años
David Seira
08c09bd1df
Merge pull request #29 from dseira/master
Added salt message in the top of the job template
hace 7 años
David Seira
c21746bb64
Added salt tag in job template
hace 7 años
Javier Bértoli
27001cf583
Merge pull request #28 from mlg-lebo/master
Fixed jobs indentation
hace 7 años
Vedran Lebo
ac8ece84b7
Fixed jobs indentation
hace 7 años
Niels Abspoel
183027653e
Merge pull request #27 from asenci/master
Compress rotated files by default on Debian
hace 7 años
Andre Sencioles
fabbb440bc
Compress rotated files by default on Debian
hace 7 años
Javier Bértoli
74df45ba23
Merge pull request #26 from lexfo/master
Allow managing logrotate defaults
hace 7 años
Gilles Dartiguelongue
bc4b450e38
Fix default_config example in pillar.example
hace 7 años
Gilles Dartiguelongue
6c3292430d
Fix retrieving configuration from pillar
hace 7 años
Gilles Dartiguelongue
0ac29dd03f
Fix deep merge of settings
hace 7 años
Gilles Dartiguelongue
3676ff6216
Add sample default_config to pillar.example
hace 7 años
Gilles Dartiguelongue
98e6f6a909
Add support for default logrotate options
hace 7 años
Gilles Dartiguelongue
0846ae41e3
Rename state identifiers
Just for cosmetics
hace 7 años
Gilles Dartiguelongue
f0cf823177
Split init.sls into config, install and service
Following the template-formula example.
hace 7 años
Gilles Dartiguelongue
1c6661a485
Move common settings to defaults.yaml
hace 7 años
Niels Abspoel
084a1cfda5
Merge pull request #25 from kmkramer/master
add Scientific Linux support
hace 7 años