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

Make the yumconfig configurable via hiera #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
snmp::server not part of module snmp
  • Loading branch information
voxel01 committed Jul 30, 2014
commit 126ad4106f73b5fbbff5049c31b95d32c482658e
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -48,6 +48,10 @@ Notes

* Only tested on CentOS 6.3 x86_64 on a HP DL140 G2.

Requirements
-----
* SNMP (https://github.com/razorsedge/puppet-snmp)

Issues
------

2 changes: 1 addition & 1 deletion manifests/snmp.pp
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
#
# Copyright (C) 2012 Mike Arnold, unless otherwise noted.
#
class psp::snmp inherits snmp::server {
class psp::snmp inherits snmp {
# TODO: This is a total hack. Perhaps move this to Class['snmp::server::psp']?
File['snmpd.conf'] {
mode => '0660',