Hi,

I m' trying to do something like this in Puppet (my version is 0.23.0) :

$myprefix = "myvalue"

file { "/my/file":
       group => "$myprefix_group",
}

Unfortunately Puppet replaces "$myprefix_group" by "" instead of
"myvalue_group".

If i use a "." separator instead of "_", the substitution is OK.

Is there a syntax tip to make it works or is it a bug in Puppet?

Thanks!

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to