> It's fixed in RC3 if you can test please.
>
> Thanks
>
> James Turnbull
>

I've installed RC3 on the master and the client, but I still have
issues if I take for example our Munin (module) class I get the
following error:
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: Could not find class munin::server in namespaces cs-ops at
/etc/puppet/modules/configs/cs-ops/manifests/init.pp:25 on node
cs-ops001b.intern.marktplaats.nl
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run

This is with all the classes in one file (modules/shared/munin/init.pp:
class munin {

        package { [ 'munin-node', 'munin-plugins-extra' ]:
                ensure => installed;
        }

        user { 'munin':
                require => Package['munin'];
        }

        group { 'munin':
                require => Package['munin'];
        }

}

class munin::server inherits munin {

        package { 'munin':
                ensure => installed;
        }

}

If I move the 'class munin::server class' to server.pp I get the
following error:
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: Could not find parent resource type 'munin' of type hostclass
at /etc/puppet/modules/shared/munin/manifests/server.pp:1 on node
cs-ops001b.intern.marktplaats.nl
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run

If you need more info please ping me.

off topic: is it fine if I reply my problems to the release
announcements, or should I file bugs? Since I've quite a few other
problems with 2.6.

Regards,

Jasper Poppe

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to