summaryrefslogtreecommitdiff
path: root/manifests/snmp_collector.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-07 02:12:20 +0200
committermh <mh@immerda.ch>2010-08-07 02:12:20 +0200
commit3ccc8e2495a66ae9681bef64a4034a0e7828bf14 (patch)
tree63de2ff4c866eaa9b915fc25fec1605d66aa495b /manifests/snmp_collector.pp
parentdbcbf2607d52e922c20d0491400ab3099d0dba2a (diff)
remove unnecessary fileserver variable (#2460)
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 6f3fe34..7bd8bba 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/modules/munin/create_snmp_links.sh",
+ source => "puppet:///modules/munin/create_snmp_links.sh",
mode => 755, owner => root, group => 0;
}