Fixed example syntax from munin::snmpnode

This commit is contained in:
Timo Mkinen 2010-11-12 10:05:29 +02:00
parent 393cdceb4e
commit 405ec19c2a

View file

@ -68,7 +68,7 @@ class munin::node {
# === Sample usage
#
# munin::snmpnode { "sw1.example.com":
# $snmp_community => "mycommunity",
# snmp_community => "mycommunity",
# }
#
define munin::snmpnode($snmp_community="public", $snmp_version="2") {