1
0
Fork 0
Commit Graph

9 Commits

Author SHA1 Message Date
Imran Iqbal 18ca7ca872
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:22:33 +01:00
Imran Iqbal 9d3efc20eb
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:08:06 +01:00
Imran Iqbal e58973f6a7
test: standardise use of `share` suite & `_mapdata` state [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/302
2021-03-23 21:33:36 +00:00
Imran Iqbal cfb67f9545
ci(kitchen+gitlab-ci): use latest pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/293
2021-02-15 07:59:00 +00:00
Imran Iqbal 63865a286e
test(map): verify `map.jinja` dump using `_mapdata` state
* Semi-automated using https://github.com/myii/ssf-formula/pull/245
2020-08-25 16:06:48 +01:00
Imran Iqbal 55ce2146a0 ci(platform): add `arch-base-latest`
* Automated using https://github.com/myii/ssf-formula/pull/40
2019-09-22 22:40:35 +01:00
Imran Iqbal 8d08719844
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix errors shown below:

```bash
sudoers-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
pillar.example
  6:23      warning  truthy value should be one of [false, true]  (truthy)

test/salt/pillar/kitchen.sls
  3:1       warning  missing document start "---"  (document-start)
  7:1       error    too many blank lines (1 > 0)  (empty-lines)

test/salt/pillar/default.sls
  1:1       warning  missing document start "---"  (document-start)
  3:23      warning  truthy value should be one of [false, true]  (truthy)
```
2019-08-16 19:22:11 +01:00
Imran Iqbal 8af3849f1c chore: use `semantic-release` cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.1)
2019-07-19 13:38:21 +01:00
Eric Veiras Galisson 1774df001e feat: implementing kitchen tests and activate them on travis 2019-05-27 16:13:58 +02:00