summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-10-01 20:02:37 +0000
committermh <mh@immerda.ch>2008-10-01 20:02:37 +0000
commit831d0c319031253b05e45e6895f4f0e676b73a6b (patch)
tree7d9940730f352a11447dce2aa2bd0fcf0fb78983 /manifests/client.pp
parent14c511f7f6791f56952bc312e5ff8cf4826bb14e (diff)
correct naming of classes
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index b9e0c0a..7f784d0 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -73,7 +73,7 @@ class munin::client::base {
# currently we install munin on openbsd by hand
# :(
-class munin::openbsd inherits openbsd::base {
+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",
owner => root, group => 0, mode => 0600;