-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Running the puppet-zabbix module on Gentoo gives an ExecutionFailure #531
Comments
Hi @lordievader, this might be a bug in Puppet rather than the module. Can you do a puppet run with --debug and a minimal catalog? As an optimal testcase, only with the zabbix agent class. Do you know if other package resources work? |
Hi @bastelfreak.
Running that last command manually did point me to something. On Gentoo the Zabbix agent package resides in the package named |
So I forked the project and updated params.pp with variables for Gentoo. With the correct package title the error vanishes. However, it is replaced with the fact that Puppet failed the start the |
Thanks for the investigation! |
Adding the zabbix::agent module to a Gentoo machine gives the following error
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
I've included the class like so:
The same code works fine for Debian and Ubuntu hosts.
What are you seeing
A puppet run crashes with:
What behaviour did you expect instead
A normal error free run.
The text was updated successfully, but these errors were encountered: