Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added technology addon feature #26

Merged
merged 2 commits into from
Mar 8, 2016
Merged

added technology addon feature #26

merged 2 commits into from
Mar 8, 2016

Conversation

crayfishx
Copy link
Contributor

The splunk module has no support for configuring forwarders for TA's (technology addons) which, according to the docs, have their input forwarders configured in $SPLUNK_HOME/etc/apps//local/inputs.conf

I'm using a fork of this module to be able to have this feature - it currently only supports configuring inputs and installing packages for TA's but other local config could be added in the same model.

Would like to merge this to keep the upstream updated.

@pabelanger
Copy link

I'd like to see some spec tests here, ensuring there is code coverage and things work as expected.

# }
# }
#
define splunk::ta (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this be easier understood if it was named splunk::addon or something? "ta" isn't something I would know without reading docs.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or splunk::app since it goes in the apps directory?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hunner
Copy link
Member

hunner commented Feb 25, 2016

Thanks for this! I think we don't require tests because there are none for the module at all, but if you could address my review comments that would be great!

@bmjen bmjen added the needs-work not ready to merge just yet label Feb 25, 2016
* splunk::ta renamed to splunk::addon
* splunk::addon::input marked as private
* template syntax clean up
* concat for addon input made conditional to prevent blank file
@crayfishx
Copy link
Contributor Author

@hunner thanks for looking this PR over... I agree with your points and I've modified the PR with a second commit that covers these.

@hunner hunner removed the needs-work not ready to merge just yet label Mar 8, 2016
hunner added a commit that referenced this pull request Mar 8, 2016
added technology addon feature
@hunner hunner merged commit 47d2383 into voxpupuli:master Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants