davidc
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...
  
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...