graylog-labs / graylog2-puppet

[DEPRECATED] Puppet module to install and manage a Graylog 1.x system.
https://www.graylog.org/
MIT License
10 stars 28 forks source link

Additional options for graylog2::web #30

Closed treydock closed 9 years ago

treydock commented 9 years ago

This supports using something like HTTPS by passing something like the following in hiera:

graylog2::web::extra_args: '-Dhttps.port=9443'
graylog2::web::http_port: 'disabled'
bernd commented 9 years ago

Thank you!