On Sunday, August 26, 2012 6:44:25 PM UTC-7, Henrik Lindberg wrote:

>
> I just tested on puppet 2.7.14... 
>
> puppet apply -e '$x = 1 $y =2 $b="x${$x+$y}x" notice($b)' 
> notice: Scope(Class[main]): x3x 
> notice: Finished catalog run in 0.01 seconds 
>
> And 
>
> puppet apply -e '$x = 1 $y =2 $b="x${"abc${$x+$y}abc"}x" notice($b)' 
> notice: Scope(Class[main]): xabc3abcx 
> notice: Finished catalog run in 0.01 seconds 
>
> So - seems to work just fine - at least simple, complex things :) 
>
> - henrik 
>
 

WAT.

Oh wow, this gets kind of weird. 
https://gist.github.com/f870b2c33ffa466c8f18 

I could have sworn that didn't used to work, but I just tested it back to 
2.6.3, and it's solid. Weird. 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/hapfbI50tDoJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to