Issue #4220 has been updated by James Turnbull.

Status changed from Re-opened to Closed

Fixed in commit:"06cc552b8b1196ff833eb911eccf1c234d4b0d67" in branch master.
----------------------------------------
Bug #4220: Could not find class ssh::client in namespaces baseclass
http://projects.puppetlabs.com/issues/4220

Author: Todd Zullinger
Status: Closed
Priority: High
Assigned to: Markus Roberts
Category: parser
Target version: 2.6.0
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.

Reply via email to