> Really, though, I don't think that's your problem - aren't the errors
> something about inject being an unknown method on Event?  Seems like
> someone's expecting an array and not getting one.


If so (and I think that's a likelyhood) the only place it could be is:

lib/puppet/transaction.rb-    def apply(resource)
lib/puppet/transaction.rb-        status =
resource_harness.evaluate(resource)
lib/puppet/transaction.rb-        add_resource_status(status)
lib/puppet/transaction.rb:        event_manager.queue_events(resource,
status.events)
lib/puppet/transaction.rb-    rescue => detail
lib/puppet/transaction.rb-        resource.err "Could not evaluate:
#{detail}"
lib/puppet/transaction.rb-    end

-- Markus

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