Skip to content
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

Add support for Dell's OpenManage #28

Merged
merged 3 commits into from
Dec 28, 2014
Merged

Add support for Dell's OpenManage #28

merged 3 commits into from
Dec 28, 2014

Conversation

erinn
Copy link
Contributor

@erinn erinn commented Nov 2, 2014

OpenManage when it installs will add a smuxpeer directive to snmp.conf to allow communication. This directive obviously gets overwritten by the template, this could be added in the option but I believe OpenManage is widely enough utilized that it would be worthwhile to have to configuration directive. A test was added.

@razorsedge razorsedge added the enhancement New feature or request label Nov 2, 2014
@razorsedge razorsedge self-assigned this Nov 2, 2014
@@ -261,7 +266,8 @@
$trap_service_name = $snmp::params::trap_service_name,
$trap_service_enable = $snmp::params::trap_service_enable,
$trap_service_hasstatus = $snmp::params::trap_service_hasstatus,
$trap_service_hasrestart = $snmp::params::trap_service_hasrestart
$trap_service_hasrestart = $snmp::params::trap_service_hasrestart,
$openmanage_enable = $snmp::params::openmanage_enable,
) inherits snmp::params {
# Validate our booleans
validate_bool($manage_client)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure to validate_bool(openmanage_enable).

@erinn
Copy link
Contributor Author

erinn commented Nov 2, 2014

Ok fixed.

@razorsedge razorsedge merged commit d526d29 into voxpupuli:develop Dec 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants