Open davidc opened 3 years ago
(I also tried 550 in case I got the priority the wrong way around)
This also puts it in the wrong order:
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.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
The user-defined location should be before the default location because it has a lower priority value.
Output log
Any additional information you'd like to impart