Hi,

I was just hunting down a really nasty dependency problem, which could
only be found by this patch:

--- /tmp/puppetdb.rb.orig       2012-08-29 07:09:44.680687865 -0400
+++
/usr/lib/ruby/site_ruby/1.8/puppet/indirector/catalog/puppetdb.rb       
2012-08-29
07:09:54.069673455 -0400
@@ -160,7 +160,7 @@
             # and try that
             other_resource = find_resource(hash['resources'], other_hash)
|| find_resource(hash['resources'], aliases[other_array])
 
-            raise "Can't find resource #{other_ref} for relationship"
unless other_resource
+            raise "Can't find resource #{other_ref} for relationship to
#{resource_hash_to_ref(resource_hash)}" unless other_resource
 
             if other_resource['exported']
               raise "Can't create an edge between
#{resource_hash_to_ref(resource_hash)} and exported resource #{other_ref}"


I'm currently on the road and thus cannot provide a proper ticket :-(

Best Regards, David

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" 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-dev?hl=en.

Reply via email to