Micah Martin
2012-Jul-11 04:33 UTC
[Puppet Users] Where do I store a new package provider?
If I''ve created a new package provider do I need to install it under every module i want to use it in? Where should it love? I want to make it the default provider for windows. Any help would be much appreciated. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Opvt60xnsYIJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Felix Frank
2012-Jul-11 14:23 UTC
Re: [Puppet Users] Where do I store a new package provider?
Hi, On 07/11/2012 06:33 AM, Micah Martin wrote:> If I''ve created a new package provider do I need to install it under > every module i want to use it in? Where should it love? I want to make > it the default provider for windows. Any help would be much appreciated.you can show it your love everywhere ;-) But seriously, plugins get synced indiscriminately, afaik, so place it in the most appropriate module, and only there. There are magics in providers to make them default, like ''defaultfor :operatingsystem => [:windows]''. HTH, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.