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
commita969b61bab854b4c4a9bb7f216073dd426514f73 (patch)
treeee1cde85dca47521f9bb57d77eb404416f101d73 /manifests/client.pp
parentef97c202ad675255deb20bdfce59fe03ad757a63 (diff)
merged munin-module with davids
git-svn-id: https://svn/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',
}
}