summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-24 12:26:34 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-24 12:26:34 +0000
commitb1381333f577b0b4c6ff17a2cfff1abfa58c00e3 (patch)
tree377adb17100a5e14109e36861963f3bcc88a95ea /manifests/host.pp
parenta3ac1c067e22f25b6fa5643873a4a935358561f1 (diff)
unified fileserver location, in the future the fileserver should only be accessed by $server
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1251 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 4625ba9..d49c5a2 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -27,7 +27,7 @@ class munin::snmp_collector
file {
"/var/lib/puppet/modules/munin/create_snmp_links":
- source => "puppet://$servername/munin/create_snmp_links.sh",
+ source => "puppet://$server/munin/create_snmp_links.sh",
mode => 755, owner => root, group => 0;
}