summaryrefslogtreecommitdiff
path: root/manifests/client/openbsd.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/client/openbsd.pp
parentdbcbf2607d52e922c20d0491400ab3099d0dba2a (diff)
remove unnecessary fileserver variable (#2460)
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 8de025e..7012c00 100644
--- a/manifests/client/openbsd.pp
+++ b/manifests/client/openbsd.pp
@@ -3,7 +3,7 @@
class munin::client::openbsd inherits munin::client::base {
if $operatingsystemrelease == '4.3' {
file{'/usr/src/munin_openbsd.tar.gz':
- source => "puppet://$server/modules/munin/openbsd/package/munin_openbsd.tar.gz",
+ source => "puppet:///modules/munin/openbsd/package/munin_openbsd.tar.gz",
owner => root, group => 0, mode => 0600;
}
exec{'extract_openbsd':