Steffen Zieger

Results 151 comments of Steffen Zieger

You're right. Can you show me the params you're passing in?

Can you change the following lines in templates/client/config.conf.erb from ``` $SystemLogRateLimitBurst $SystemLogRateLimitInterval ``` to ``` $SystemLogRateLimitBurst $SystemLogRateLimitInterval ``` and check the generated rsyslog config again?

I've found the issue. Those settings were duplicated in rsyslog and rsyslog::client. ```rsyslog::client::rate_limit_interval``` and ```rsyslog::client::rate_limit_burst``` are now removed from ```rsyslog::client``` in favor of ```rsyslog::system_log_rate_limit_interval``` and ```rsyslog::system_log_rate_limit_burst```. In your case, you...

Sure, it's possible. Just send me a PR and I'll be happy to merge it.

As far as I can see, `localectl` will fall back to `/etc/default/locale`, if `/etc/locale.conf` is missing and not everything is relying on `/etc/locale.conf`. Can you provide some documentation on this...

All of my Debian 12 systems are working without any issues and there's no locale.conf available. As far as I can see, it shouldn't be an issue to manage both...

@jradmacher Nice, thank you for the clarification.

This needs some changes to be working as expected. The following comes to my mind: - new parameter `log_local_path` - changes to the template `templates/client/local.conf.erb`

Most changes seems to rename $ensure to $version. Is there any specific reason for this, as this change will break the module for all people already using it and defining...

What about using `ensure` rather then `version` and implementing the missing parts? I think this is the best solution, as this won't change anything for old installations and you're able...