summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-03-29 14:47:43 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-03-29 14:47:43 +0000
commit82b0a8a4fadc3ccd56440f5bb02128e5265d1484 (patch)
treeee1cde85dca47521f9bb57d77eb404416f101d73 /manifests/client.pp
parentaa6516a5dfd34242d1d6a3417c0e03b0d26dcc1e (diff)
merged munin-module with davids
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@1143 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index dbf175a..c81e6f4 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -74,6 +74,7 @@ define munin::register_snmp()
@@file { "munin_snmp_${name}": path => "${NODESDIR}/${name}",
ensure => present,
content => template("munin/snmpclient.erb"),
+ tag => 'munin',
}
}