Issue #4297 has been updated by Markus Roberts.

Status changed from Accepted to Ready for Testing
Branch set to [email protected]:MarkusQ/puppet.git ticket/master/4270

I believe my tweak to the fix for #4270 may fix this as well.  I'd be 
interested to find out of this is the case.

----------------------------------------
Bug #4297: Inherits of another subclass fails when not fully qualified
http://projects.puppetlabs.com/issues/4297

Author: Alan Harder
Status: Ready for Testing
Priority: High
Assigned to: Markus Roberts
Category: compiler
Target version: 2.6.1
Affected version: 2.6.0
Keywords: 
Branch: [email protected]:MarkusQ/puppet.git ticket/master/4270


<pre>class foo {
  class bar {
    notify { 'bar': }
  }
  class baz inherits bar {
    notify { 'baz': }
  }
}
node default {
  include foo::baz
}</pre>

The above test case on 2.6.0rc4 (with #4233 note-10 and #4285 note-8 and #4287 
and #4269 patches) on Solaris 10 / ruby 1.8.7 gets this error trace:

<pre>/opt/csw/lib/ruby/site_ruby/1.8/puppet/indirector/rest.rb:57:in 
`deserialize'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/indirector/rest.rb:71:in `find'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/indirector/indirection.rb:193:in `find'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/indirector.rb:50:in `find'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/configurer.rb:225:in 
`retrieve_new_catalog'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/util.rb:414:in `thinmark'
/opt/csw/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/util.rb:413:in `thinmark'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/configurer.rb:224:in 
`retrieve_new_catalog'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/configurer.rb:102:in `retrieve_catalog'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/configurer.rb:143:in `run'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/agent.rb:39:in `run'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/agent/locker.rb:21:in `lock'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/agent.rb:39:in `run'
/opt/csw/lib/ruby/1.8/sync.rb:229:in `synchronize'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/agent.rb:39:in `run'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/agent.rb:101:in `with_client'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/agent.rb:37:in `run'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/application.rb:171:in `call'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/application.rb:171:in `controlled_run'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/agent.rb:35:in `run'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/application/agent.rb:114:in `onetime'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/application/agent.rb:88:in `run_command'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/application.rb:301:in `run'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/application.rb:398:in `exit_on_fail'
/opt/csw/lib/ruby/site_ruby/1.8/puppet/application.rb:301:in `run'
/opt/csw/bin/puppetd:4
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could 
not find parent resource type 'bar' of type hostclass at 
/etc/opt/csw/puppet/manifests/nodes.pp:5 on node ...</pre>

Changing to 'inherits foo::bar' avoids the error.



-- 
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