Will Yardley

Results 284 comments of Will Yardley

@beezly I think the idea is for the module to work "out of the box" with minimal configuration (by setting up that default location).

README also says `To add a location only to the HTTPS server, set both ssl => true and ssl_only => true on the location.` https://github.com/voxpupuli/puppet-nginx#http-and-https-server so I don't think that...

_By setting$ssl=>false. You have told it that you are not supporting ssl for the location . This should make the $ssl_only flag irrelevant,_ I agree, but I think the module...

Sorry if I'm being a little obtuse, but what's the desired outcome (i.e., what do the generated location blocks look like now, what's the code to generate it, and how...

This could be documented better, but have you tried setting `$package_ensure` to the version you want?

@espala did that work for you?

Maybe we could use nginx -V output to set a param or params on whether it was built with dynamic modules or not (though since it's per module, don't know...

@marcgascon: for the Passenger flavor of the package, it's already compiled in. I think for other versions the GeoIP module might be a separate package if it's available at all....

My guess is that this wouldn't be trivial / practical until the point where the module drops support for older RabbitMQ versions - otherwise, all the code / templates and...

Feel free, but the work mentioned in, e.g., #845 would probably have to happen first, and so far, no one has gotten that in a working state. I'm happy to...