Re: [Puppet Users] Puppet Type Munge help...

2012-11-12 Thread Gavin Williams
Scott Cheers for your response, and the tip on defaultto... That's solved the issue perfectly :) :D Cheers Gavin On Monday, 12 November 2012 14:48:02 UTC, Brice Figureau wrote: > > Hi, > > I think you should direct those e-mails to the puppet-dev mailing list, > you'll get certainly more ans

Re: [Puppet Users] Puppet Type Munge help...

2012-11-12 Thread Brice Figureau
Hi, I think you should direct those e-mails to the puppet-dev mailing list, you'll get certainly more answers there. Also, I didn't closely read your previous posts about the NetApp provider you're writing, but let just me say that's awesome! On Mon, 2012-11-12 at 05:16 -0800, Gavin Williams wro

[Puppet Users] Puppet Type Munge help...

2012-11-12 Thread Gavin Williams
Afternoon all... I'm trying to use Munge in a custom Puppet type to set the param value to that of another param if the current value is null... Code I've got is: Puppet::Type.newtype(:netapp_export) do > @doc = "Manage Netapp NFS Export creation, modification and deletion." > > apply_to_d