Issue #14527 has been reported by Garrett Honeycutt.

----------------------------------------
Bug #14527: id throws an error when used in a template
https://projects.puppetlabs.com/issues/14527

Author: Garrett Honeycutt
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Keywords: id
Branch: 
Affected Facter version: 1.6.7


Error message
<pre>
/etc/puppetlabs/puppet/templates/motd.erb:17: warning: Object#id will be 
deprecated; use Object#object_id
</pre>

Reproduce with

template
<pre>
<%= id %>
</pre>

manifest
<pre>
file { '/tmp/id_bug':
  content => template('/path/to/template.erb'),
}
</pre>

Sample Output. This changes every run.
<pre>
-607180458
</pre>

<pre>
puppetversion => 2.7.12 (Puppet Enterprise 2.5.0)
facterversion => 1.6.7
</pre>


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