1
0
Fork 0
Commit Graph

17 Commits

Author SHA1 Message Date
Javier Bértoli 957e6897c0 test(jobs): add a monthly job test 2022-03-27 20:52:36 -03:00
Michael Schmitt cd4cd1d670
feat(hourly): add hourly job def to pillar.example 2022-01-13 13:57:24 -07:00
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)
```
2019-08-08 10:59:16 +01:00
Eric Veiras Galisson 4ac8535dd7 new possibility to configure a job giving the raw content to store as a file 2018-07-12 12:44:01 +02:00
Eric Veiras Galisson fb2890f6a7 adding Inspec tests ran with Kitchen and Vagrant on Debian Stretch 2018-07-06 15:07:39 +02:00
Vedran Lebo ac8ece84b7
Fixed jobs indentation 2017-11-15 11:18:45 +01:00
Gilles Dartiguelongue bc4b450e38 Fix default_config example in pillar.example 2017-03-13 11:40:09 +01:00
Gilles Dartiguelongue 3676ff6216 Add sample default_config to pillar.example 2017-02-14 17:13:57 +01:00
Enrique Garbi eb04125a55 path if mapping need to be list now 2016-01-26 16:53:08 +00:00
Enrique Garbi 1048a627ab Added a muktipath example on pillar.example file 2016-01-26 10:40:30 +00:00
Nicole Scherfenberg e70f0818d8 fixes issue #5
splits config file name and log file path, so you configure both.
This fixes #5.
2015-05-05 15:20:54 +02:00
Bilge a93d84bcfe Remove quotes
None of these quotes are actually needed.
2015-03-13 12:27:46 +00:00
Artem Karamyshev 7bf59896a3 Fix error in pillar.example 2015-01-22 19:35:58 +08:00
root 41d9b697cb fix pillar.example 2015-01-22 09:18:16 +08:00
root cfc24f6ead add support jobs 2015-01-21 18:00:07 +08:00
Niels Abspoel 97faabaadf added pillar example to overwrite map.jinja 2015-01-01 19:57:08 +01:00
Niels Abspoel 38808d6221 Initial commit to add all files 2015-01-01 19:52:08 +01:00