fnux fnux
  • Joined on 2021-11-20
fnux closed pull request ungleich-public/cdist#378 2024-05-13 05:56:13 +00:00
WIP: email_alias new type
fnux suggested changes for ungleich-public/cdist#379 2024-05-13 05:44:48 +00:00
WIP: __fail2ban new type
fnux commented on pull request ungleich-public/cdist#379 2024-05-13 05:44:48 +00:00
WIP: __fail2ban new type

I find this parameter confusing - could you rename it? e.g. jail-service ?

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

Just say that the type does not support $os and exit.

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

You also have to make sure that the fail2ban service starts on boot.

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

I see two problems here:

fnux pushed to master at fnux/rt2zammad 2024-05-08 16:11:58 +00:00
64218fe9d8 [fs2zammad] fix dict access synthax in user lookup
fnux pushed to master at fnux/rt2zammad 2024-05-08 16:08:48 +00:00
5ca451510f [fs2zammad] add exact filter on looked up user emails
fnux pushed to master at fnux/rt2zammad 2024-05-08 15:49:51 +00:00
29431f72df [fs2zammad] handle tickets with empty subject
fnux commented on pull request ungleich-public/cdist#373 2024-05-08 07:44:12 +00:00
feature: add support for AlmaLinux

I think some newer versions of redhat etc also only have dnf - no yum.

If anyone is interested, I can try confirm which versions.

DNF is the default package manager since RHEL 8, and RHEL…

fnux pushed to master at fnux/rt2zammad 2024-05-07 12:02:43 +00:00
b1fbe9d4ab [fs2zammad] sort RT tickets before import
fnux pushed to master at fnux/rt2zammad 2024-05-07 12:00:16 +00:00
b9190ac80b [fs2zammad] sort RT tickets before import
fnux pushed to master at fnux/rt2zammad 2024-05-07 11:58:33 +00:00
ac8807167c [fs2zammad] fix error handling on ticket creation (previously ignored)
fnux pushed to master at fnux/rt2zammad 2024-05-07 10:33:48 +00:00
50084f6ab3 [fs2zammad] create new tickets using admin session instead of customer session
fnux pushed to master at fnux/rt2zammad 2024-05-02 14:28:09 +00:00
807ed89c08 [fs2zammad] retry import due to unpredictable 503
fnux commented on issue ungleich-public/cdist#357 2024-05-01 12:28:37 +00:00
Cleanup the build process

Also it would be good if more people than just me could create new releases.

As mentionned by @evilham , the blocker are GPG signing and Pypi upload.

gitea release: the API might have…

fnux commented on issue ungleich-public/cdist#356 2024-05-01 12:16:32 +00:00
Create cdist release 7.0.1

I'd like to release 7.1.0 once the following Pull Requests are merged:

  • #365 cdist 'polyglot' support
  • #373 dnf support (package manager for Fedora/RHEL/CentOS/Rocky/Alma...)
  • #374 support…
fnux pushed to master at ungleich-public/cdist 2024-05-01 12:11:10 +00:00
3e82b0085b Make development version strings PEP 440 compliant (#366)
fnux merged pull request ungleich-public/cdist#366 2024-05-01 12:11:08 +00:00
Make development version strings PEP 440 compliant
fnux commented on pull request ungleich-public/cdist#366 2024-05-01 12:10:27 +00:00
Make development version strings PEP 440 compliant

Looks good, this version format does seem to be recommended in Python-world: https://packaging.python.org/en/latest/specifications/version-specifiers/

Thanks!