You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Puppet Developers
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?