Closed majormoses closed 7 years ago
I have not tested this yet and am awaiting @acranox to test this out.
I ran a couple tests, and it worked as expected. The collector was able to start successfully when called via the LWRP.
I will merge this and ping @duchatran for release.
Any chance this will be released soon?
I do not have access to do a "release", what you can do is use the github source in your Berksfile. @duchatran ping for release.
Pull Request Checklist
141 , #145
General
[x] Remove any versioning you did yourself if applicable
[x] Update Changelog following the conventions laid out on Keep A Changelog with all new changes under
## [Unreleased]
and using a### Added, Fixed, Changed, or Breaking Change
sub-header.[ ] Update README with any necessary changes
[x] RuboCop passes
[x] Foodcritic passes
[ ] Existing tests pass
Purpose
To allow in the lwrps to use
node['sumologic']['init_style']
to override the behavior of assuming systemd if detected, if it is not provided the existing logic will be executed.Known Compatibility Issues
This was made to be backwards compatible.