summaryrefslogtreecommitdiff
path: root/manifests/snmp_collector.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:57:23 +0100
committermh <mh@immerda.ch>2009-11-02 00:57:23 +0100
commit36c07aa6cb615aad0cc5dd7d163221383d7ff9bb (patch)
tree35849b68cb32fcd053dfb659aab05ac0b426c54d /manifests/snmp_collector.pp
parent11c66b121dbd6a9ce1cb77067d2844839b9c609f (diff)
recursivly updating file path to new 0.25 style
Diffstat (limited to 'manifests/snmp_collector.pp')
-rw-r--r--manifests/snmp_collector.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/snmp_collector.pp b/manifests/snmp_collector.pp
index 53a860f..4f72b95 100644
--- a/manifests/snmp_collector.pp
+++ b/manifests/snmp_collector.pp
@@ -1,7 +1,7 @@
class munin::snmp_collector{
file {
"/var/lib/puppet/modules/munin/create_snmp_links":
- source => "puppet://$server/munin/create_snmp_links.sh",
+ source => "puppet://$server/modules/munin/create_snmp_links.sh",
mode => 755, owner => root, group => 0;
}