[Puppet Users] Re: Puppet 2.7 allows dash in variable names: bug or feature?

2011-10-21 Thread Jason Koppe
We have interpolations like $name-tomcat all over our manifests. It's possible to adjust them all to ${name}-tomcat but it's not going to be fun :) On Oct 6, 1:19 am, Evgeny eokole...@gmail.com wrote: perhaps you should enclose the variables in quotes to something like this:

Re: [Puppet Users] Re: Puppet 2.7 allows dash in variable names: bug or feature?

2011-10-21 Thread Scott Smith
Funny, I accidentally avoided problems caused by this change because I always suffix variables when possible. On Fri, Oct 21, 2011 at 10:49 PM, Jason Koppe jason.robert.ko...@gmail.comwrote: We have interpolations like $name-tomcat all over our manifests. It's possible to adjust them all to

[Puppet Users] Re: Puppet 2.7 allows dash in variable names: bug or feature?

2011-10-06 Thread Evgeny
perhaps you should enclose the variables in quotes to something like this: http://${yumserver}/repos/vmware-${esxversion-rhel6-64}; On Oct 5, 8:46 pm, Steve Snodgrass phe...@gmail.com wrote: While testing puppet 2.7, I found that one of my manifests broke because of the following quoted