1
0
Fork 0
Commit Graph

29 Commits

Author SHA1 Message Date
Imran Iqbal 9ea8e3ddce
ci: review #78, fix verification files & standardise structure [skip ci]
* Semi-automated using https://github.com/myii/ssf-formula/pull/363
2021-08-30 16:10:49 +01:00
noelmcloughlin 38126a31a6 ci(appended): add second test suite 2021-08-19 01:24:17 +01:00
noelmcloughlin 751eff7218 feat(ordering): optionally append includefiles to main config 2021-08-19 00:36:59 +01:00
Imran Iqbal 06d18efb4e
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:34:22 +01:00
Imran Iqbal 72fa4c2dbc
test(_mapdata): add verification file for `debian-11` [skip ci] 2021-07-18 15:02:07 +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 5109ee0c5c
test(alma+rocky): add platforms (based on CentOS 8) [skip ci] 2021-07-01 08:35:15 +01:00
Imran Iqbal d90f31bbfa
test(_mapdata): add verification file for `fedora-34` [skip ci] 2021-04-23 08:30:05 +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
Daniel Dehennin a784992887
chore(rubocop): allow use of `YAML.load` for `_mapdata.rb` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/296
2021-02-23 21:51:54 +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 96a5724ffc
test(_mapdata): add verification files for new platforms
* `fedora-33`
* `gentoo-2-sysd`
* `gentoo-2-sysv`
* `opensuse-tumbleweed`
* `oraclelinux-7`
* `oraclelinux-8`
2021-02-15 07:53:25 +00:00
Imran Iqbal c93fa78805
chore: standardise structure (`.gitignore` & `_mapdata.rb`) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/292
2021-02-11 11:54:05 +00:00
Imran Iqbal 67f85fa218
test(share): standardise with latest changes [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/288
2021-02-01 07:24:11 +00:00
Imran Iqbal a018875c03
test(_mapdata): update for `_mapdata/init.sls` change 2021-01-14 21:18:16 +00:00
Imran Iqbal a643385daf
refactor(map): use top-level `values:` key in `map.jinja` dumps
* Semi-automated using https://github.com/myii/ssf-formula/pull/284
2020-12-23 16:47:27 +00:00
Imran Iqbal b7aa04db28
test(_mapdata): fix existing verification files 2020-12-22 00:46:01 +00:00
Imran Iqbal ac8921f11a
test(map): standardise `map.jinja` verification
* Automated using https://github.com/myii/ssf-formula/pull/281
2020-12-22 00:43:11 +00:00
Eric Veiras Galisson 7400528fd2 test: fix mapdata files 2020-11-24 21:54:25 +01:00
Eric Veiras Galisson d67a06254a style: fix rubocop 2020-11-24 21:51:05 +01:00
Eric Veiras Galisson d5002c3c25 refactor: change pillar calls 2020-08-26 17:47:30 +02: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 a10ea35efa
fix(rubocop): fix remaining errors manually 2019-10-11 21:33:11 +01:00
Imran Iqbal 652c350785
fix(rubocop): add fixes using `rubocop --safe-auto-correct` 2019-10-11 21:31:38 +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 5fa1cf1432 test(kitchen): tests on config files 2019-05-29 22:24:48 +02:00
Eric Veiras Galisson 1774df001e feat: implementing kitchen tests and activate them on travis 2019-05-27 16:13:58 +02:00