Issue #4220 has been reported by Todd Zullinger.
----------------------------------------
Bug #4220: Could not find class ssh::client in namespaces baseclass
http://projects.puppetlabs.com/issues/4220
Author: Todd Zullinger
Status: Unreviewed
Priority: High
Assigned to:
Category:
Target version:
Affected version: 2.6.0rc2
Keywords:
Branch:
Testing some basic manifests on CentOS 5 and Fedora 10, I'm running into
problems finding classes. These manifests worked with previous puppet versions.
<pre>
# cat manifests/site.pp modules/ssh/manifests/init.pp
# manifests/site.pp
class baseclass {
include ssh::client
}
node default {
include baseclass
}
# modules/ssh/manifests/init.pp
class ssh {
notify { 'ssh': message => "class = ssh" }
}
class ssh::client inherits ssh {
notify { 'ssh::client': message => "class = ssh::client" }
}
# puppet agent -tv --noop
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could
not find class ssh::client in namespaces baseclass at
/etc/puppet/manifests/site.pp:3 on node c54-64-test.example.net
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
</pre>
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.