-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Allow custom plugin installation and usage of JNDI database connections #389
Allow custom plugin installation and usage of JNDI database connections #389
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello! Thanks for your conribution!
Take a look at the inline comments I left. If you need any help you can contact us on the #voxpupuli channel on Libera.Chat IRC or on Puppet's Slack (same channel)
Hi there, does anyone have a hint how to eliminate the one failing test on CentOS 7? Maybe a good document about running the tests locally? |
Docs on running tests can be found here: https://github.com/voxpupuli/puppet-jira/blob/master/.github/CONTRIBUTING.md |
Hey @ThomasMinor took a look at the output of the tests. Sadly we have seen this error before. The current workaround is to add these 2 lines in our pipeline. |
bf83390
to
390179f
Compare
Hi @root-expert, I followed your advice to add the workaround and the tests succeeded - Thanks!
|
The error was bastelfreak had deployed that workaround in the past for puppet-zabbix so it was known to me 😄
Yes it will be overwritten, we manually add it back when we are modulesyncing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a user of the module but seems okay to me
Can you squash you commits before merging? |
- refactoring and code cleanup
390179f
to
5dd2004
Compare
Pull Request (PR) description
Added feature to install custom plugins and use JNDI database connections
This Pull Request (PR) fixes the following issues
n/a