From 831d0c319031253b05e45e6895f4f0e676b73a6b Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 1 Oct 2008 20:02:37 +0000 Subject: correct naming of classes --- manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/client.pp') 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; -- cgit v1.2.3