paulbadcock / puppet-splunkuf

Splunk Universal Forwarder for Puppet
1 stars 3 forks source link

Added ability to override the mgmtHostPort #2

Closed rjsab closed 8 years ago

rjsab commented 8 years ago

There may be a need to override the port the management web service starts up on, if another application is already listening on port 8089 (splunk default).

Added - mgmthostport param Added - web.conf template Added - logic to control management of web.conf Updated - spec tests to accomdate changes

rjsab commented 8 years ago

I ran into this use case and figured it may be worth an addition. I think from a minimalist perspective, this fits the general purpose of allowing flexibility while still remaining to be extremely simple to use. Current uses of the module should see no change in behavior.