-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Possibility not to install snmptrapd #207
Comments
I can't get past this issue either, on Ubuntu 18.04, I get the following error:
|
In the module file: If you add a line: snmptrapd won't be installed. Not perfect though, I'd very much like not to touch the module :/ |
@alaunay have you tried putting this line in your relevant hiera yaml file? If you don't use hiera, you can set this in your manifest
|
Hello @ubellavance , yes, I tried. It seems it's superseded by the hiera data from the module. I did not try /that/ hard though, so I'm not 100% sure. I'm sure that by adding a 7.yaml in the same directory as 18.04 or 9, with the line above, it does the trick (Debian Wheezy does not have a separated snmptrapd package, and yes, I still have a few of those). |
Maybe you should create a separate issue for that... I'm not a super-pro with Puppet but that sure looks weird. |
Hi,
this is not an issue as though. But I would like to be able to install snmpd without snmptarp. It seems
include snmp
orclass { 'snmp': }
will always install snmptrap as well along with snmpd.How can I prevent installing the snmptrap?
Thanks
The text was updated successfully, but these errors were encountered: