snmpd needs its config file to start.

Change-Id: I9fc32a7b06e55948cfb1f3f236dfb22297f3f0f6
This commit is contained in:
Monty Taylor 2012-02-22 12:31:20 -08:00
parent d7131c0eb4
commit 1d778b6386
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ class snmpd {
service { snmpd:
ensure => running,
hasrestart => true,
require => File["/etc/snmp/snmpd.conf"],
}
file { "/etc/snmp/snmpd.conf":
owner => 'root',