I am implementing some providers in a separated module. Puppet syncronizes the code automacly for each included provider, but now I want to move the common code of some providers to a parent class defined in a different .rb file.
So I have a provider like this: require 'puppet/provider/aixobject' Puppet::Type.type(:user).provide :aix, :parent => Puppet::Provider::AixObject do ... But puppet does not automacly syncronizes 'puppet/provider/aixobject.rb' file, so the provider fails. How can I force the syncronization? -- Atentamente Héctor Rivas -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en.
