Tim Mooney

Results 8 comments of Tim Mooney

I too have run into issues where containerise isn't correctly handling mixed-case URLs in a regex. This breaks the ability for me to get certain URLs to open in specific...

What's the blocker on this issue? RHEL 8 is about half way through its lifecycle, and RHEL 9 has been out for more than a year. FYI I'm using puppet-rabbitmq...

Is this issue still relevant? puppet-rabbitmq-12.1.0 ships with puppet/systemd (not camptocamp/systemd) as the dependency and appears to only call the relevant class if it's defined. I'm using puppet-systemd-3.10.0, where systemd::systemctl::daemon_reload...

> That's bug in dependencies, indeed. 1.1.8 is not latest, though, will check if happens on latest code You're correct. The new requirement / missing dependency happened at version 1.1.8,...

I haven't seen it mentioned, but it's also not a great idea to hardcode 'mysql' as the log directory, since this module ostensibly supports MariaDB too. At least RHEL defaults...

We're using `puppetlabs-postgresql 9.2.0` and this issue is still present. It impacts the default OS package service name on RHEL 7, RHEL 8, and RHEL 9.

I think this is caused by what appears to be a bug in RHEL 7.x (and inherited by CentOS 7.x). Although the error looks different, if you read the "Root...

It's because they're doing string comparison rather than using versioncmp(), and when comparing strings '10' is less than '7' because of the first character of each. Other parts of the...