Commit Graph

505 Commits

Author SHA1 Message Date
Imran Iqbal
c9aaed93a3
Merge pull request #204 from eole/fix/detect-python-client-api
fix(libmatchers): python client API can use `config.get` options
2022-02-03 14:47:48 +00:00
Daniel Dehennin
560a5ccbbc fix(libmatchers): python client API can use config.get options
Only `salt-ssh` can't use them actually.

* openssh/libsaltcli.jinja: detect non empty `opts['__cli']` as `api`.

* openssh/libmatchers.jinja: only `ssh` and `unknown` can't use
  `config.get` options `merge` and `delimiter`.
2022-02-03 14:08:37 +01:00
Imran Iqbal
eede9fa54c
ci(kitchen+gitlab): update for new pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/410
2022-02-02 23:04:41 +00:00
Imran Iqbal
dc10870bba
chore(gemfile.lock): update to latest gem versions (2022-W05) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/409
2022-02-01 23:41:05 +00:00
noelmcloughlin
8b2cd1b0e6
ci(gemfile): allow rubygems proxy to be provided as an env var [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/408
2022-01-26 08:42:34 +00:00
Imran Iqbal
ce9705e3a9
chore(gemfile.lock): update to latest gem versions (2022-W04) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/407
2022-01-25 14:13:24 +00:00
Imran Iqbal
e0fcb665dc
chore(gemfile.lock): update to latest gem versions (2022-W03) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/405
2022-01-17 19:49:21 +00:00
Imran Iqbal
888d8b9310
chore(semantic-release): replace broken m2r with m2r2 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/404
2022-01-17 08:15:16 +00:00
Imran Iqbal
c16ce873b9
chore(gemfile.lock): update to latest gem versions (2022-W02) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/398
2022-01-11 09:37:40 +00:00
Imran Iqbal
57be51cbac
chore(gemfile.lock): update to latest gem versions (2022-W01) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/397
2022-01-06 08:07:12 +00:00
Imran Iqbal
d65ea55d94
test(pillar): add ssh-rsa Kitchen workaround on Gentoo [skip ci] 2022-01-05 06:49:53 +00:00
Imran Iqbal
4ba57d3f92
chore(gemfile.lock): update to latest gem versions (2021-W52) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/396
2021-12-28 21:05:39 +00:00
Imran Iqbal
5e8a886313
ci(vagrant): replace FreeBSD 12.2 with 12.3 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/395
2021-12-24 14:06:01 +00:00
Imran Iqbal
6821f19a1c
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:57:22 +00:00
Imran Iqbal
aa8f9dbfd6
test(default): use grains.get for oscodename (for FreeBSD) [skip ci]
Otherwise encounter this failure in the CI on FreeBSD:

```
salt.exceptions.SaltRenderError: Jinja variable 'dict object' has no attribute 'oscodename'
[CRITICAL] Pillar render error: Rendering SLS 'openssh' failed. Please see master log for details.
```
2021-12-22 11:23:50 +00:00
Imran Iqbal
5fa1caab0b
chore(gemfile.lock): update to latest gem versions (2021-W50) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/391
2021-12-14 15:21:52 +00:00
Imran Iqbal
6260e85280
test(pillar): add platforms to ssh-rsa Kitchen workaround [skip ci]
Updates ecd62e4507.

Now required for openSUSE Tumbleweed and OpenBSD 7 as well.
2021-12-06 16:33:22 +00:00
Imran Iqbal
d3553378ad
chore(gemfile.lock): update to latest gem versions (2021-W49) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/388
2021-12-06 08:21:38 +00:00
Imran Iqbal
3576f304eb
chore(gemfile.lock): update to latest gem versions (2021-W47) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/386
2021-11-23 11:43:18 +00:00
Imran Iqbal
e59160f846
ci(kitchen+ci): update with 3004 pre-salted images/boxes [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/385
2021-11-23 10:35:55 +00:00
Imran Iqbal
3162842ec5
refactor(map.jinja): standardise v5 structure [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/382
2021-10-26 12:11:24 +01:00
Imran Iqbal
4a0469e69e
chore(gemfile.lock): update to latest gem versions (2021-W43) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/381
2021-10-26 11:15:02 +01:00
Imran Iqbal
cb960202fd
chore(gemfile.lock): update to latest gem versions (2021-W42) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/380
2021-10-23 21:10:36 +01:00
Imran Iqbal
ecd62e4507
test(pillar): add ssh-rsa Kitchen workaround on Arch Linux [skip ci]
Need this on Arch Linux to avoid the `kitchen verify` failure; see:

* https://gitlab.com/saltstack-formulas/infrastructure/salt-image-builder/-/commit/cb6781a2bba9
2021-10-23 07:21:36 +01:00
Imran Iqbal
9ff22d00a1
chore(gemfile.lock): update to latest gem versions (2021-W41) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/378
2021-10-15 19:10:24 +01:00
Imran Iqbal
a5aab0828a
chore(gemfile.lock): update to latest gem versions (2021-W40) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/375
2021-10-06 17:04:33 +01:00
Imran Iqbal
5d4ed95572
ci(kitchen+ci): update with latest CVE pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/374
2021-10-05 11:15:42 +01:00
Imran Iqbal
51224d2b54
chore(gemfile.lock): update to latest gem versions (2021-W39) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/370
2021-09-30 07:17:41 +01:00
Imran Iqbal
04d15e5834
chore(gemfile.lock): update to latest gem versions (2021-W38) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/369
2021-09-21 11:58:48 +01:00
Imran Iqbal
ba2f3c9fe3
chore(gemfile.lock): update to latest gem versions (2021-W37) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/368
2021-09-14 09:57:25 +01:00
Imran Iqbal
9e2a2069f9
chore(gemfile.lock): update to latest gem versions (2021-W36) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/367
2021-09-08 23:34:13 +01:00
Imran Iqbal
bd50b76e1a
chore(gemfile.lock): update to latest gem versions (2021-W35) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/364
2021-08-30 18:10:20 +01:00
Imran Iqbal
d15489a1b5
chore(gemfile.lock): update to latest gem versions (2021-W34) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/362
2021-08-23 09:24:34 +01:00
Imran Iqbal
d48bdde2c6
ci(kitchen+ci): update with latest 3003.2 pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/360
2021-08-19 10:13:34 +01:00
Imran Iqbal
808035a638
chore(gemfile.lock): update to latest gem versions (2021-W33) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/359
2021-08-16 18:24:26 +01:00
Imran Iqbal
db4295aad8
chore(gemfile.lock): update to latest gem versions (2021-W32) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/358
2021-08-09 12:14:43 +01:00
Imran Iqbal
e5d83f3f36
ci(gemfile+lock): use ssf customised inspec repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/357
2021-08-04 21:55:29 +01:00
Imran Iqbal
8816e88d88
chore(gemfile.lock): update to latest gem versions (2021-W31) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/356
2021-08-04 21:38:18 +01:00
Imran Iqbal
04f706e74d
chore(gemfile.lock): update to latest gem versions (2021-W30) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/353
2021-07-26 14:29:19 +01:00
Imran Iqbal
943cf17903
ci(freebsd): update with latest pre-salted Vagrant boxes [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/350
2021-07-22 08:36:08 +01:00
Imran Iqbal
e3f3a62d7a
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:32:11 +01:00
Imran Iqbal
efb679941a
ci: add Debian 11 Bullseye & update yamllint configuration [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/345
2021-07-18 19:03:31 +01:00
Imran Iqbal
42e17b2871
test(_mapdata): add verification file for debian-11 [skip ci] 2021-07-18 15:45:31 +01:00
Imran Iqbal
168578285a
ci(kitchen): move provisioner block & update run_command [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/344
2021-07-17 21:11:15 +01:00
Imran Iqbal
0946f400b9
chore(gemfile+lock): update to latest gem versions (2021-W28) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/343
2021-07-17 20:28:32 +01:00
Imran Iqbal
5bbcb3df90
chore(deps): bump addressable from 2.7.0 to 2.8.0 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/340
2021-07-14 12:14:58 +01:00
Imran Iqbal
7190129084
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:05:52 +01:00
Imran Iqbal
2dc565b7c7
test(alma+rocky): add platforms (based on CentOS 8) [skip ci] 2021-07-01 08:31:54 +01:00
Imran Iqbal
b7ddbb0e18
ci(kitchen+gitlab): remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/331
2021-06-21 20:46:56 +01:00
Imran Iqbal
fb78927481
ci(vagrant): add OpenBSD 6.9 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/327
2021-05-23 07:58:13 +01:00