Displaying 1 result from an estimated 1 matches for "ftoe_src_prefix_dev".
2007 Feb 15
2
use of $name
Hello
The following chunk is within a class definition. ${name} is being  
exchanged with an empty string:
     remotefile { "/${server_xml}":
         owner => tomcat, group => tomcat, mode => 600,
         source => "${ftoe_src_prefix_dev}${name}.jvm1"
     }
However in the following chunk, lower down in the same class  
definition, ${name} is being exchanged with "/usr/local/tomcat/conf/ 
tomcat-users.xml" as I would expect:
     remotefile { "/usr/local/tomcat/conf/tomcat-users.xml":
         owner =>...