Issue #15081 has been updated by Jeff McCune. Category set to functions Status changed from Needs Decision to Accepted Assignee changed from Dan Bode to Jeff McCune Target version set to 3.x Keywords set to create_resources
I've committed to working on this by the c.o.b. Friday, 10/26. We're planning to get this into the next minor release of Puppet, which is 3.1.0 at the time of this update. -Jeff ---------------------------------------- Feature #15081: Add support for virtual and exported resources to create_resources https://projects.puppetlabs.com/issues/15081#change-74941 Author: Gary Richards Status: Accepted Priority: Normal Assignee: Jeff McCune Category: functions Target version: 3.x Affected Puppet version: Keywords: create_resources Branch: https://github.com/puppetlabs/puppet/pull/1213 Hi, I use create_resources quite a bit and have found that it would often be useful for the resources that it creates to be either virtual or exported. In my own limited way I took a copy of create_resources.rb and it seems to be as simple as setting p_resource.exported or p_resource.virtual to true just after p_resource gets set to the new resource, but i'm sure there's loads that I don't understand about all this code! Thanks -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
