Re: [Puppet Users] Special character in facter variable

2011-08-03 Thread vagn scott
On 08/03/2011 05:49 AM, Jean-Christophe Lacaze / Bintz wrote: $mountpoint_path_my-path being the facter variable "${mountpoint_path_my-path}" should work on 2.7.2rc2. Earlier versions of puppet don't let you have '-' in a variable name. Not sure if you are allowed to have a '-' in the fact n

[Puppet Users] Special character in facter variable

2011-08-03 Thread Jean-Christophe Lacaze / Bintz
Hello, Im currently trying to get an if condition working. I have: if "$mountpoint_path_my-path" { file with apache privilege } else { file with root privilege } $mountpoint_path_my-path being the facter variable that comes up after something is mounted. I had already that kind of thing