search for: silows

Displaying 1 result from an estimated 1 matches for "silows".

Did you mean: silos
2007 May 01
3
Setting variables for a "group of nodes" - how to approach?
...ay that each server is associated with that information, and can use variable settings in templates. So, I was trying something like the following (which I know is wrong): class silo1 { $lo1addr = "1.2.3.4" $lo2addr = "1.2.3.5" } node server1 { include silo1 include silows } Where I would try to use the $lo1addr and $lo2addr variables in a template in a file directive in the silows class. It did not work, maybe because of scoping issues. What is the correct way of approaching the task of "inheriting" a set of shared configuration information across a...