Issue #5206 has been reported by Markus Roberts.

----------------------------------------
Bug #5206: Referrence serialization compatibility between 0.25.x and 2.6.{0,1,2}
https://projects.puppetlabs.com/issues/5206

Author: Markus Roberts
Status: Accepted
Priority: High
Assignee: 
Category: serialization
Target version: 2.6.3
Affected Puppet version: 2.6.0
Keywords: 
Branch: 


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 #&lt;Puppet::Resource:0x7ffaa7dd1fe0 
@reference=#&lt;Puppet::Resource::Reference:0x7ffaa7dd2828 @type="Notify", 
@title="foo"&gt;, @type="Notify", @tags=["notify", "foo"], @title="foo", 
@parameters={}&gt; is not a valid resource reference
</pre>

This appears to be the same sort of shimming-needed problem as #5048


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