summaryrefslogtreecommitdiff
path: root/manifests/client/openbsd.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2010-09-21 17:25:49 +0200
committerMarcel Haerry <haerry@puzzle.ch>2010-09-21 17:25:49 +0200
commit015b7262e4b0bedad9500e982350197160a4ad1d (patch)
tree9fed6e727d30d818e46c3ad0e3ac1a86735299e2 /manifests/client/openbsd.pp
parentfd64c0039b427bb568730988ecfa816f86f94b84 (diff)
refactor module to the new standard
Diffstat (limited to 'manifests/client/openbsd.pp')
-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..4c2807c 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:///modules/munin/openbsd/package/munin_openbsd.tar.gz",
owner => root, group => 0, mode => 0600;
}
package{ [ 'p5-Compress-Zlib', 'p5-Crypt-SSLeay', 'p5-HTML-Parser',