----- Original Message -----
> From: "renaud" <ren...@renaudguerin.net>
> To: puppet-users@googlegroups.com
> Sent: Wednesday, September 5, 2012 4:20:17 PM
> Subject: [Puppet Users] Re: Weird variable dependency issue + different 
> behavior between master/masterless
> 
> I've found the problem !
> "$1-yy$2-redis1" just didn't work on the puppetmaster, it needs
> better escaping : " "${1}-yy${2}-redis1"
> 
> 
> I'd still be interested to know the reason for that, and also why my
> 'notice' statement had no output when run from puppetmaster.
> 

are the agents and masters the same version? There was some change in behavior
between some versions wrt to -'s in variable names, you should always fo
"${foo}" inside quotes

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
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