1
0
Fork 0
Commit Graph

30 Commits

Author SHA1 Message Date
Imran Iqbal f917408a44
chore(gemfile.lock): update to latest gem versions (2022-W20) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/444
2022-05-17 13:19:35 +01:00
Imran Iqbal e8d4e7eb9e
test(system.rb): add support for `mac_os_x` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/442
2022-05-17 08:49:42 +01:00
Javier Bértoli 3bdc11b5c2 test(jobs): reorder parameters to match pillar 2022-03-28 09:38:54 -03:00
Javier Bértoli 957e6897c0 test(jobs): add a monthly job test 2022-03-27 20:52:36 -03:00
Imran Iqbal 4722110f28
test(system): add `build_platform_codename` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/415
2022-02-14 08:06:48 +00:00
Imran Iqbal ee43fac6e8
Merge pull request #60 from mdschmitt/add_hourly_capability
feat(hourly): Add configuration to enable hourly jobs
2022-01-14 12:27:10 +00:00
Imran Iqbal 69677b0c02
test(jobs): add `hourly` test 2022-01-14 11:33:29 +00:00
Imran Iqbal 2136711a12
test(base): re-enable Arch Linux test (possible due to `cron-formula`) 2022-01-14 11:33:26 +00:00
Imran Iqbal 92ddce0e3f
chore(gemfile.lock): update to latest gem versions (2021-W51) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/394
2021-12-22 11:56:13 +00:00
Imran Iqbal e4ad016b97
test(alma+rocky): add platforms (finalise dc63042) [skip ci] 2021-10-07 06:50:29 +01:00
Imran Iqbal 22c8153e07
chore(gemfile.lock): update to latest gem versions (2021-W29) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/349
2021-07-21 18:30:42 +01:00
Imran Iqbal bb6bfac80e
ci(3003.1): update inc. AlmaLinux, Rocky & `rst-lint` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/335
2021-07-02 00:04:03 +01:00
Imran Iqbal dc630420a5
test(alma+rocky): add platforms (based on CentOS 8) [skip ci] 2021-07-01 08:31:03 +01:00
Imran Iqbal 650cfaddf0
test: standardise use of `share` suite & `_mapdata` state [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/302
2021-03-23 21:29:48 +00:00
Imran Iqbal 3f5edefc18
test(rubocop): fix violation [skip ci] 2021-03-07 21:59:22 +00:00
Imran Iqbal ea66a0d2b8
ci(kitchen+gitlab-ci): use latest pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/293
2021-02-22 16:52:12 +00:00
Imran Iqbal 09d4f5a034
test(base): update from `template-formula` and Arch Linux exclusion 2021-02-22 16:30:57 +00:00
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 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