covermymeds / puppet-sentry

Install and manage Sentry with Puppet!
MIT License
7 stars 7 forks source link

Can disable SSL with config, but port is hardcoded to 443 #37

Open benh57 opened 7 years ago

benh57 commented 7 years ago

This module allows ssl to be disabled with sentry::wsgi:ssl: false, but port 443 is hardcoded.

To fix this i added sentry::params::web_port option. I also moved the ssl_enabled option fully into params.