[Puppet-dev] using parent providers from other modules

2012-10-03 Thread Dan Bode
Hi Puppet devs, I am trying to use a parent provider from another module. I put the following code in the provider that wants to inherit from the parent: Puppet::Type.type(:ini_setting)#.providers Puppet::Type.type(:keystone_config).provide( :ini_setting, :parent =

Re: [Puppet-dev] using parent providers from other modules

2012-10-03 Thread Luke Kanies
On Oct 3, 2012, at 3:53 PM, Dan Bode d...@puppetlabs.com wrote: Hi Puppet devs, I am trying to use a parent provider from another module. I put the following code in the provider that wants to inherit from the parent: Puppet::Type.type(:ini_setting)#.providers

Re: [Puppet-dev] using parent providers from other modules

2012-10-03 Thread Dan Bode
On Wed, Oct 3, 2012 at 4:23 PM, Luke Kanies l...@puppetlabs.com wrote: On Oct 3, 2012, at 3:53 PM, Dan Bode d...@puppetlabs.com wrote: Hi Puppet devs, I am trying to use a parent provider from another module. I put the following code in the provider that wants to inherit from the