-
Notifications
You must be signed in to change notification settings - Fork 232
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
extend unit tests for main class #288
Conversation
The error is:
This is a regression. I use the |
cf5c72e
to
d24c0e8
Compare
I extended the unit tests a bit. The parameter that causes issues is |
The regression here is caused by https://github.com/puppetlabs/puppetlabs-apt/pull/801/files#diff-60ae41fd0a31977447947f59940ee9a4R215 |
Hey @bastelfreak I've reverted the PR with these changes. I hope this helps you with the issues you are encountering here! |
Hi @eimlav, I updated and rebased this PR.The apt module is now working again. I think merging this PR still might be a good idea, to increase the code coverage. |
Since
|
That should be fine as well. I just wanted to use all params here that I use in prod and that currently fail for me. Afterwards I narrowed it down to |
We were also cosidering removing the |
I made some modifications to your commits here. I think I may need to add in the HEREDOC stuff to manage postgresql in the case where pdb doesn't, but that setup is what I think we are going for. Then again we may not need it if we don't include an expectation for it being included. |
I'm going to close this in favor of #289 |
No description provided.