David Raison

Results 79 comments of David Raison

Just wanted to leave my 2 cents here that I also stumbled upon this by wondering what was wrong with my file when `g10k` claimed that `Missing :git url in...

@mkrinkl It might be useful to rename this ticket to specify that this is a `Circles` related issue. The instance where we're seeing the load issue has 282 users and...

All of this leads to another problem with both `apcu` and `apcu-bc (apc)`. The `apc` module is now loaded before `apcu`, because of: https://github.com/voxpupuli/puppet-php/blob/341065c87c0e1d178b42b8d3ff068f22d8ada800/manifests/extension/config.pp#L74 …and thus causing the following error:...

I've noticed that during the puppet run, `phpquery|grep` does return false for the apc extension, even with the debian-created 20-apcu_bc.ini symlink and then doesn't re-create the symlink. So, I'm guessing...

I discovered the reason for the above discrepancy. `phpquery` in fact doesn't look for an ini file that contains a reference to $so_name.so, it looks for a file called $so_name.ini:...

#105 and #225 might be related, though they're in a master-server context, not using puppet apply.

Running `puppet generate types` works. To save yall the need to do the same exploration that I did, here's the resource you'll probably want to end up on: https://github.com/puppetlabs/r10k/blob/main/doc/faq.mkd#how-can-run-i-puppet-generate-types-for-each-changed-environment-during-deployment And...

What's the ETA on the rewrite? All the tickets seem to be from around 2020.

Asked differently, are PRs accepted and merged before the rewrite, if the rewrite is ever going to happen? I see that e.g. the PRs that @SimonHoenscheid listed in his OP...

So, would you then be opposed to merging some PR that will add support for `sury`, etc to this legacy version? Or would you rather everyone keeps maintaining their private...