Issue #10146 has been updated by Daniel Pittman.

Status changed from Accepted to Merged - Pending Release
Target version changed from 2.7.x to 2.7.15

Moses Mendoza wrote:
> Daniel - 
> <https://github.com/puppetlabs/puppet/commit/b26699a2b89f3724b4322a3723d2c700fb7e4dd3>,
>  referencing this ticket, was released with 2.7.15rc1.  Is the code 
> sufficient to consider this issue closed?

Yes, that bit of admin must have been missed.  Thanks for catching the slip.
----------------------------------------
Bug #10146: Puppet interpolates variables differently in 2.7.x
https://projects.puppetlabs.com/issues/10146#change-63021

Author: Philip Gardner
Status: Merged - Pending Release
Priority: Urgent
Assignee: 
Category: language
Target version: 2.7.15
Affected Puppet version: 2.7.5
Keywords: 
Branch: https://github.com/puppetlabs/puppet/pull/757


I'm not sure when this changed, but I recently upgraded from 2.6.7 to 2.7.5.

Given: file { "/usr/local/$lsbdistid-$architecture": ensure => directory }

In 2.6.7 the following would generate a directory name called 
"/usr/local/CentOS-x86_64":

However, in 2.7.5, this now creates a directory called "/usr/local/-x86_64"

If you escape the variables, the resource is created correctly, however this 
wasn't clear until I jumped on IRC.


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