Issue #14527 has been updated by Kelsey Hightower. Status changed from Unreviewed to Needs More Information
Garrett, Is this still an issue for you? ---------------------------------------- Bug #14527: id throws an error when used in a template https://projects.puppetlabs.com/issues/14527#change-64365 Author: Garrett Honeycutt Status: Needs More Information Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: id Branch: 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.
