[Puppet Users] Re: array being concatenated

2011-05-13 Thread tjmaszc
Thank you very much Nigel. Changing the one line to: create_assoc_symlinks { $assocs: } made it work just as I wanted. Thom On May 12, 8:10 pm, Nigel Kersten wrote: > On Thu, May 12, 2011 at 6:21 PM, tjmaszc wrote: > > Having issues trying to create the same symlink for mul

[Puppet Users] array being concatenated

2011-05-12 Thread tjmaszc
Having issues trying to create the same symlink for multiple web sites. This is my class: class assoc_symlinks { $assocs=[ "asecs", "mgsa", "athe" ] define create_assoc_symlinks() { file {"/www/domains/${name}.press.jhu.edu/cgi-bin/ membership_directory.cgi": ensure => symlink,