summaryrefslogtreecommitdiff
path: root/manifests/client
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/client
parent11c66b121dbd6a9ce1cb77067d2844839b9c609f (diff)
recursivly updating file path to new 0.25 style
Diffstat (limited to 'manifests/client')
-rw-r--r--manifests/client/openbsd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client/openbsd.pp b/manifests/client/openbsd.pp
index 17abdbf..90bf7df 100644
--- a/manifests/client/openbsd.pp
+++ b/manifests/client/openbsd.pp
@@ -2,7 +2,7 @@
# :(
class munin::client::openbsd inherits munin::client::base {
file{'/usr/src/munin_openbsd.tar.gz':
- source => "puppet://$server/munin/openbsd/package/munin_openbsd.tar.gz",
+ source => "puppet://$server/modules/munin/openbsd/package/munin_openbsd.tar.gz",
owner => root, group => 0, mode => 0600;
}
package{ [ 'p5-Compress-Zlib', 'p5-Crypt-SSLeay', 'p5-HTML-Parser',