fnux fnux
  • Joined on 2021-11-20
fnux pushed to master at fnux/rt2zammad 2024-08-05 09:16:31 +00:00
230d8703ff [fs2zammad] allow arbitrary source directory as CLI arg
2d3526918e [fs2zammad] remove previously (half) imported zammad ticket
Compare 2 commits »
fnux pushed to master at fnux/rt2zammad 2024-07-02 13:33:35 +00:00
e3c375a29e Add quickly hacked zammad-duplicate-cleanup script
fnux commented on pull request ungleich-public/cdist#379 2024-05-29 14:09:25 +00:00
WIP: __fail2ban new type

IT would be a generic type to deploy a file in /etc/fail2ban/jail.d/myjail.conf (on debian at least). It doesn't have to support every configuration parameter, but should allow for custom…

fnux commented on pull request ungleich-public/cdist#379 2024-05-29 14:03:34 +00:00
WIP: __fail2ban new type

@fnux, sorry for the n00b question: how do I update a PR from my fork? I've pushed some changes, but I don't see them here.

There's currently an issue with this gitea instance. I asked…

fnux merged pull request ungleich-public/cdist-contrib#33 2024-05-29 12:20:32 +00:00
__opendkim: fix start_on_boot on FreeBSD
fnux commented on pull request ungleich-public/cdist-contrib#28 2024-05-24 07:37:51 +00:00
[__opendkim*] add debian support

Replaced by #32.

fnux created pull request ungleich-public/cdist-contrib#32 2024-05-24 07:37:33 +00:00
[__opendkim*] add debian support
fnux closed pull request ungleich-public/cdist-contrib#28 2024-05-24 07:36:38 +00:00
[__opendkim*] add debian support
fnux commented on pull request ungleich-public/cdist-contrib#31 2024-05-24 07:34:52 +00:00
opendkim: fix freebsd startonboot

Why is the service name used to restart the service different as the one used to start it...?

fnux merged pull request ungleich-public/cdist-contrib#30 2024-05-24 07:29:54 +00:00
jitsi-updates
fnux commented on pull request ungleich-public/cdist-contrib#30 2024-05-24 07:29:41 +00:00
jitsi-updates

Looks good to me - it's mostly configuration sync with latest jitsi.

fnux commented on pull request ungleich-public/cdist-contrib#28 2024-05-21 14:35:57 +00:00
[__opendkim*] add debian support

I've rebased... https://code.ungleich.ch/ungleich-public/cdist-contrib/commits/branch/opendkim-debian ... but the Pull Requests wasn't updated. Did gitea missed it somehow or am I too tired?

fnux commented on pull request ungleich-public/cdist#379 2024-05-21 12:49:36 +00:00
WIP: __fail2ban new type

The type could generate configuration for the services specified in --jail-service and remove anything that isn't provided. You could make --jail-service an optional_multiple parameter.

Also…

fnux commented on pull request ungleich-public/cdist#379 2024-05-21 12:45:26 +00:00
WIP: __fail2ban new type

We usually install and enable (i.e. start_on_boot) the service within the type. Please run both __package and __start_on_boot in your type.

fnux commented on pull request ungleich-public/cdist#379 2024-05-21 12:44:04 +00:00
WIP: __fail2ban new type

Well, we only ship code that is known to be working :-)

fnux commented on pull request ungleich-public/cdist#376 2024-05-21 12:42:50 +00:00
WIP: __directory to support --source path

OK. I don't have anything set up for this yet, but if there is nothing for this yet, I may start on something that can be run locally and in CI so that you could also use it for helping check…

fnux commented on pull request ungleich-public/cdist#380 2024-05-21 12:33:44 +00:00
WIP: net_bridge_interfaces_d new type

Related: do you think a more generic type using ip and other utils to configure interfaces is useful? There are no network interface types that I can see, and I wonder how others configure…

fnux pushed to master at ungleich-public/cdist-contrib 2024-05-16 15:06:02 +00:00
b7ba43553b [__php_fpm*] add support for Debian and Ubuntu
fnux opened issue ungleich-public/cdist#381 2024-05-16 11:33:14 +00:00
__cron and systemd timers
fnux commented on pull request ungleich-public/cdist-contrib#30 2024-05-16 10:30:59 +00:00
jitsi-updates

Sure - I'll take a look (but without extensive testing) and merge them if I don't see anything obvious.