[Puppet Users] Re: lambda with Custom facter

2015-01-15 Thread jcbollinger
On Wednesday, January 14, 2015 at 5:53:04 AM UTC-6, Ashish Jaiswal wrote: > > Hi, > > I have a custom facter which spits out like this > # facter -p > xfs_mounts => ["/docroot", "/ecr", "/intprd", "/mysql"] > > Now I want to iterate over this. so thought lambda is the one. > >$a=$xf

[Puppet Users] Re: lambda with Custom facter

2015-01-15 Thread Ashish Jaiswal
Hello, Any hint on this ? Thanks. On Wednesday 14 January 2015 05:22 PM, Ashish Jaiswal wrote: Hi, I have a custom facter which spits out like this # facter -p xfs_mounts => ["/docroot", "/ecr", "/intprd", "/mysql"] Now I want to iterate over this. so thought lambda is the one. $a=$xf