fnux fnux
  • Joined on 2021-11-20
fnux commented on pull request ungleich-public/cdist-contrib#28 2024-05-16 10:29:48 +00:00
[__opendkim*] add debian support

I'll rebase. Thanks!

fnux closed issue ungleich-public/cdist-contrib#17 2024-05-15 11:56:17 +00:00
[__opendkim[_genkey]]: potential for wrong permissions with --userid
fnux pushed to master at ungleich-public/cdist-contrib 2024-05-15 11:56:17 +00:00
116acebd10 [__opendkim] Deprecate --userid
fnux closed issue ungleich-public/cdist-contrib#20 2024-05-15 11:46:36 +00:00
[__opendkim_genkey] key's selector is the de-facto object id
fnux deleted branch opendkim-improvements from ungleich-public/cdist-contrib 2024-05-15 11:45:54 +00:00
fnux pushed to master at ungleich-public/cdist-contrib 2024-05-15 11:45:54 +00:00
79baaf02b1 [__opendkim_genkey] Improve error text for unsupported OS
cc2b1af653 [__opendkim_key] Overall improvements in key management
Compare 2 commits »
fnux closed issue ungleich-public/cdist-contrib#19 2024-05-15 11:45:52 +00:00
[__opendkim_genkey]: Key always gets replaced against remote hosts
fnux merged pull request ungleich-public/cdist-contrib#22 2024-05-15 11:45:52 +00:00
[__opendkim_key] Overall improvements in key management
fnux commented on pull request ungleich-public/cdist-contrib#22 2024-05-15 11:45:22 +00:00
[__opendkim_key] Overall improvements in key management

Looks good - I also ran a quick test that worked as expected. I'll probably roll this out to real-world infrastructure in the coming weeks. Thanks!

fnux deleted branch php from ungleich-public/cdist-contrib 2024-05-15 10:18:06 +00:00
fnux pushed to master at ungleich-public/cdist-contrib 2024-05-15 10:18:05 +00:00
f2850de5eb [__php_fpm_pool] remove mention to recycledcloud / e-Durable SA
3bc9a9ff4a __php_fpm{,_pool}: initial implementation.
Compare 2 commits »
fnux merged pull request ungleich-public/cdist-contrib#21 2024-05-15 10:18:04 +00:00
PHP-FPM types
fnux commented on pull request ungleich-public/cdist-contrib#21 2024-05-15 10:17:54 +00:00
PHP-FPM types

This type is quite neat - I'm merging it and will support it as needed. @sparrowhawk changed job and I don't believe he is still using cdist.

fnux pushed to php at ungleich-public/cdist-contrib 2024-05-15 10:16:33 +00:00
d44ced1d93 [__php_fpm_pool] remove mention to recycledcloud / e-Durable SA
fnux commented on pull request ungleich-public/cdist-contrib#29 2024-05-15 10:12:13 +00:00
WIP: add: __package_xbps

Why not submit this to the main cdist repository? It would make more sense to have package managers up there.

fnux commented on pull request ungleich-public/cdist#340 2024-05-15 10:10:13 +00:00
__package_apt to accept .dpk files directly

Go ahead, the pull request is already 2 years old. I'd also like to see a better comment than 'Fix IPv6' on line 108 - there's no bug, we just (re)format IPv6 addresses as needed.

fnux pushed to master at fnux/rt2zammad 2024-05-15 09:49:48 +00:00
a44c5361f4 [fs2zammad] extra tweaks for zammad to accept edge cases/tickets
fnux commented on pull request ungleich-public/cdist#376 2024-05-13 06:03:49 +00:00
WIP: __directory to support --source path

FIXME: What does cdist use for unit testing?

We have unit tests for cdist's python code, but no integration tests for the types.

FIXME: Output to stderr is no longer visible by default.…

fnux commented on pull request ungleich-public/cdist#376 2024-05-13 06:01:57 +00:00
WIP: __directory to support --source path

There are a few edge cases (do we want to replace the remote content, to merge the local and remote directories, apply/conserve specific permissions, etc.) that will be hard to handle in this…