Re: [Puppet Users] Display correctly any array

2012-01-17 Thread Felix Frank
On 01/16/2012 04:23 PM, Antidot SAS wrote: > Hi everyone, > > > Is there a way to display correctly an array, each time I am trying to > 'notice' an array I have something like that: > Here is the code: > $array = [ 'test' , 'test2'] > > notice("Here is the $array") > > The ouput is as follow:

RE: [Puppet Users] Display correctly any array

2012-01-17 Thread Steve Shipway
___ From: puppet-users@googlegroups.com [puppet-users@googlegroups.com] on behalf of Antidot SAS [antidot...@gmail.com] Sent: Tuesday, 17 January 2012 4:23 a.m. To: puppet-users Subject: [Puppet Users] Display correctly any array Hi everyone, Is there a way to display correctly an array, each

[Puppet Users] Display correctly any array

2012-01-16 Thread Antidot SAS
Hi everyone, Is there a way to display correctly an array, each time I am trying to 'notice' an array I have something like that: Here is the code: $array = [ 'test' , 'test2'] notice("Here is the $array") The ouput is as follow: Here is the testtest2 There is no way to put a clean IFS for th