-
Notifications
You must be signed in to change notification settings - Fork 32
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
tdagent package provider fails under puppet 6.5.0 #39
Comments
We don't need to wrap the definition in a parser function as it should just be loaded. Fixes: soylent#39
There are three issues for puppet 6 tests. The first is that the tdagent provider definition is incorrect. We don't need to wrap the definition in a parser function as it should just be loaded. The second is that we need to include the fluentd when testing the plugin resource so that the relationship matcher works correctly. The thrid is that yumrepo has been moved to it's own module and must be defined as a dependency. Fixes: soylent#39
There are three issues for puppet 6 tests. The first is that the tdagent provider definition is incorrect. We don't need to wrap the definition in a parser function as it should just be loaded. The second is that we need to include the fluentd when testing the plugin resource so that the relationship matcher works correctly. The third is that yumrepo has been moved to it's own module and must be defined as a dependency. There is also an issue with the acceptance test because we don't have the required dependencies to build the test plugin. Fixes: soylent#39
Hi, |
The current version of the tdagent provider is throwing an error when being invoked under 6.5.0. It's likely because it's being handled inside a parser function definition rather than being loaded correctly.
The text was updated successfully, but these errors were encountered: