1
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
Imran Iqbal 401493bf77
fix(rubocop): fix remaining errors manually 2019-10-11 22:51:03 +01:00
Imran Iqbal de80802f7d
fix(rubocop): add fixes using `rubocop --safe-auto-correct` 2019-10-11 22:49:18 +01:00
Imran Iqbal 7e0f2b49b1 ci(platform): add `arch-base-latest` (commented out for now) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/50
2019-10-01 16:20:01 +01:00
Imran Iqbal be09e0dedd test(inspec): improve to work on `amazon` as well 2019-08-28 07:35:26 +01: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
Imran Iqbal e7c4cdec1c chore: use `semantic-release` cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.1)
2019-07-20 06:13:05 +01:00
Eric Veiras Galisson 21a1866e26 fix(test): on suse using and additional kitchen state 2019-06-25 13:36:14 +02:00
Eric Veiras Galisson ef086b205c feat: implement semantic release 2019-06-25 13:36:14 +02:00
Eric Veiras Galisson 0d039778f8 integrating patch from danny-smit, fixes #33 2018-12-05 22:08:20 +01:00
Javier Bértoli 788d08811f Re-add map.jinja changes from #36 lost on #36 2018-11-14 17:27:15 -03:00
Javier Bértoli ea46350673 Make sure dependencies are installed if required, fix tests 2018-10-26 08:54:02 -03:00
Eric Veiras Galisson 364ef833cc adding Inspec tests for raw content jobs 2018-07-12 12:48:52 +02:00
Eric Veiras Galisson 251937f9c3 adding Inspec tests for jobs configuration 2018-07-12 12:09:45 +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