search for: brick_array

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

2012 Aug 27
5
Append string to list items.
...#39;gfs01'' ,''gfs02'', ''gfs03'', ''gfs04] and a string variable: $brick_store = "/var/bricks" How can I append "/var/bricks" to each item in the array? Lack of a looping construct makes this challenging in puppet. Such that: brick_array = [''gfs01:/var/bricks'', ''gfs02:/var/bricks'', ... ] I also need to come up with a way to append a further sequence of incrementing brick numbers to the items as well. Doug -- You received this message because you are subscribed to the Google Groups "Puppe...