Matthias Saou

Results 94 comments of Matthias Saou

This works for me : I can use an existing server's key/cert in order to clone the repos it has access to using mrepo (and lftp, since it's https URLs).

It seems like a great idea. I have been working on integrating this check into my puppet nagios module, and it's been complicated. I would love to see nicer failures...

Note that the `clusterAdmin` above should be changed to `clusterMonitor` in order to grant read-only access, as read-write is not required. See : https://docs.mongodb.org/manual/reference/built-in-roles/#cluster-administration-roles

Note that a nice solution to this is in #135 where the check automatically uses the replicaset is finds to perform its checks.

A solution has already been proposed in #134.

Why not :sweat_smile: But could you please update the logic (since not having sudo doesn't guarantee doas will be there) as well as make it more consistent with the other...

Looks mostly good! A couple of things: * Could you please squash the commits into one for the PR to simplify the git history? * Looking at https://ftp.belnet.be/mirror/endeavouros/iso/ the iso...

This didn't used to work, and I haven't found any information about when it might have started to work. Using parameters to set other parameters from the same class or...

If those go into the `options {}` block, then the `$extra_options` hash parameter should allow you to do what you want. If not, you can create a PR, but please...

Actually, fastcgi_params and fastcgi.conf are slightly different, the latter includes this additional line which is useful (at least for PHP) : ``` fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; ``` I can have the...