Fabien COMBERNOUS

Results 37 comments of Fabien COMBERNOUS

@skyamgarp skyamgarp Can we have some news ? After a quick review of code , it looks that only ruby driver should be updated. As possible diff : ``` diff...

I have some CI using this module with real certificats requested to LE staging CA. Now this CI does not run idempotently. So, i confirm that https://github.com/voxpupuli/puppet-letsencrypt/commit/9eddbb1d60ed9bc4938e8656ea8f32466b8eec25 introduce unexpected behavior....

The core module `puppetlabs-cron_core` have a provider that accept value `absent` for property `environment` https://github.com/puppetlabs/puppetlabs-cron_core/blob/main/lib/puppet/type/cron.rb#L325. Perhaps a better default value is `absent`, instead of empty array. Edit : When `environment`...

After some tests and pry usage, modifying `puppetlabs-cron_core` it looks to be idempotent when `environment => []` https://github.com/puppetlabs/puppetlabs-cron_core/pull/77

Hi, I am with issue that looks same. When adding a new member to any list the log from sympa says : ` wwsympa[1074]: err main::#1518 > main::do_add#6850 > Sympa::Spindle::spin#95...

Finaly dump and restaure database was my solution path. The changelog from PostgreSQL package says that reindexing was required. And Sympa is working well again.