• Joined on 2021-11-20
nico pushed to master at ungleich-public/ungleich-k8s 2023-02-11 19:14:24 +00:00
644a356212 Add complete sysctl example
nico pushed to master at ungleich-public/ungleich-k8s 2023-02-06 20:33:13 +00:00
877860fc23 Add macvlantestpod
8134159824 add sysctl example
Compare 2 commits »
nico pushed to master at uncloud/uncloud 2023-02-05 20:13:45 +00:00
95dfe62858 upgrade to python 3.11.1
05eea37349 Cleanup and more demo products
Compare 2 commits »
nico pushed to master at ungleich-public/ungleich-tools 2023-02-04 12:34:22 +00:00
331efdaf16 [viwib] wait 30s for device to disappear
nico pushed to master at ungleich-public/ungleich-tools 2023-02-04 12:31:47 +00:00
20b6479660 [viwib] switch to viwib2 by default
nico pushed to master at ungleich-public/ungleich-tools 2023-02-04 12:29:17 +00:00
18ea33de66 [viwib] use scp -O (legacy) for openwrt
nico pushed to master at ungleich-public/ungleich-tools 2023-02-04 12:24:50 +00:00
0c27d8ae21 [viwib] upgrade to 22.03.3
nico commented on pull request ungleich-public/cdist#360 2023-02-03 21:55:20 +00:00
Package updated freebsd, shellcheck SC2086 fixed

Question: does this not break older FreeBSD versions? And if yes, which ones?

nico pushed to master at ungleich-public/cdist 2023-02-03 21:54:28 +00:00
7dd2d1025a ++changelog
nico merged pull request ungleich-public/cdist#349 2023-02-03 21:53:14 +00:00
Make sure flag is followed by end of line or space.
nico pushed to master at ungleich-public/cdist 2023-02-03 21:53:14 +00:00
513a8ae177 Merge pull request 'Make sure flag is followed by end of line or space.' (#349) from mark/cdist:machine_type into master
c85184dcb4 Make sure flag is followed by end of line or space.
Compare 2 commits »
nico pushed to master at ungleich-public/cdist 2023-02-03 21:43:03 +00:00
2a2f91959e Merge pull request 'Updated the python version of cerbot freebsd' (#359) from CamilionEU/cdist:cerbot-freebsd into master
1450861e26 Updated the python version of cerbot freebsd
Compare 2 commits »
nico merged pull request ungleich-public/cdist#359 2023-02-03 21:43:03 +00:00
Updated the python version of cerbot freebsd
nico pushed to master at ungleich-public/cdist 2023-02-03 21:40:34 +00:00
fcf76cdb2c Merge pull request 'Added support for Devuan Daedalus' (#358) from CamilionEU/cdist:explorer-devuan-update into master
08a6b467fa Added support for Devuan Daedalus
Compare 2 commits »
nico merged pull request ungleich-public/cdist#358 2023-02-03 21:40:34 +00:00
Added support for Devuan Daedalus
nico pushed to master at ungleich-public/ungleich-k8s 2023-01-17 21:02:16 +00:00
76bceea344 [hardware pod] use generic description
nico commented on pull request ungleich-public/ccollect#2 2023-01-15 21:40:33 +00:00
Allow interval per source to be overwritten to 0 to skip the source in this interval.

I think overall the idea is not bad, I'd recommend to go with -eq 0 and we would also need to document the behaviour, not only implement it.

nico commented on pull request ungleich-public/ccollect#2 2023-01-15 21:16:26 +00:00
Allow interval per source to be overwritten to 0 to skip the source in this interval.

I think overall the idea is not bad, I'd recommend to go with -eq 0 and we would also need to document the behaviour, not only implement it.

nico commented on pull request ungleich-public/ccollect#2 2023-01-15 21:15:39 +00:00
Allow interval per source to be overwritten to 0 to skip the source in this interval.

If we want to match 0, we should do -eq 0, otherwise the documentation will need to be adjusted.