Results 16 comments of davidc

This is exactly what we need and would add parity with how Jekyll's own permalinks work. For example in Jekyll: ``` collections: posts: permalink: /posts/:year/:month/:day/:title ``` will produce files at...

(I also tried 550 in case I got the priority the wrong way around)

This also puts it in the wrong order: ```nginx::nginx_locations: acme-challenge: priority: 450 ssl_only: false location: '/.well-known/acme-challenge/' server: 'sub.domain.net' location_alias: '/var/www/html/.well-known/acme-challenge/' ```

It is put in the correct order with `ssl_only: true` but of course then it is only generated on the SSL version of the server.

This continues to be an issue for mysql in Debian, and it's a big problem because it causes php-fpm to be restarted on every Puppet run. To reproduce: ``` class...

Thanks, I can do that but I feel it belongs in this module which already has conditionals for OS type and version.

I think pretty much everything ... Number of users, number of online users, number of registered users, number of notes, number of active notes, none of this should be available...

> > Additionally /metrics is exposing URLs which could include PII. > > No, the /metrics route does only include the routes as set up in the source code. For...

![image](https://user-images.githubusercontent.com/1050152/191705057-7a734c92-af3e-48fd-9fa2-0af2063a7acc.png) ![image](https://user-images.githubusercontent.com/1050152/191705220-2950f739-7287-4389-a02f-1e7d481828e3.png) ![image](https://user-images.githubusercontent.com/1050152/191705357-ac944e5f-201a-4b57-9a50-081b891037a5.png)

Integrating python-social-auth would be nice, but even just accepting the HTTP_REMOTE_USER and auto-creating users in an admin-defined group would be sufficient to get going, then the webserver can handle the...