Hi all! I'm trying to implement puppet resource functionality for gce_compute module (like listing users with puppet resource user) and I've just found that Puppet::Type.internals just passes name to the type initialization, removing all other data
result = new(:name => instance.name, :provider => instance) Is there any reasoning why only name is passes into the instantiation method? Thanks in advance /Gaspar -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/dbb81733-bf34-440e-910e-4d2a415d7a9f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
