From 405ec19c2ae788af9fc1ce6b854fb9043fc7cc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Fri, 12 Nov 2010 10:05:29 +0200 Subject: [PATCH] Fixed example syntax from munin::snmpnode --- munin/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/munin/manifests/init.pp b/munin/manifests/init.pp index 4852203..e4681bf 100644 --- a/munin/manifests/init.pp +++ b/munin/manifests/init.pp @@ -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") {