Issue #5206 has been updated by Markus Roberts.
Status changed from Accepted to Ready for Testing
Branch set to http://github.com/MarkusQ/puppet/tree/ticket/2.6.x/5206
Patch which addresses the problem for yaml (but not for marshal) up for testing
on the branch here & sent to the list for review.
----------------------------------------
Bug #5206: Reference serialization compatibility between 0.25.x and 2.6.{0,1,2}
https://projects.puppetlabs.com/issues/5206
Author: Markus Roberts
Status: Ready for Testing
Priority: High
Assignee:
Category: serialization
Target version: 2.6.3
Affected Puppet version: 2.6.0
Keywords:
Branch: http://github.com/MarkusQ/puppet/tree/ticket/2.6.x/5206
Closely related to #5048 but not a duplicate:
The following manifest:
<pre>
node default {
notify { "foo":}
notify { "bar": require => Notify['foo']}
}
</pre>
will fail with:
<pre>
err: Could not run Puppet configuration client: Parameter require failed: No
title provided and #<Puppet::Resource:0x7ffaa7dd1fe0
@reference=#<Puppet::Resource::Reference:0x7ffaa7dd2828 @type="Notify",
@title="foo">, @type="Notify", @tags=["notify", "foo"], @title="foo",
@parameters={}> is not a valid resource reference
</pre>
when served to a 0.25.x client from a 2.6.x master using yaml or marshal.
This appears to be the same sort of shimming-needed problem as #5048, and a
similar fix should work.
--
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.