summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;