Re: [Puppet Users] array being concatenated

2011-05-12 Thread Nigel Kersten
On Thu, May 12, 2011 at 6:21 PM, tjmaszc wrote: > 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-

[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,