snmpd needs its config file to start.
Change-Id: I9fc32a7b06e55948cfb1f3f236dfb22297f3f0f6
This commit is contained in:
parent
d382a7a9f0
commit
a87542db5b
@ -3,6 +3,7 @@ class snmpd {
|
|||||||
service { snmpd:
|
service { snmpd:
|
||||||
ensure => running,
|
ensure => running,
|
||||||
hasrestart => true,
|
hasrestart => true,
|
||||||
|
require => File["/etc/snmp/snmpd.conf"],
|
||||||
}
|
}
|
||||||
file { "/etc/snmp/snmpd.conf":
|
file { "/etc/snmp/snmpd.conf":
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user