On Thu, May 10, 2012 at 9:43 AM, Philip Brown <p...@bolthole.com> wrote: > > > On Thursday, May 10, 2012 9:40:44 AM UTC-7, Gary Larizza wrote: >> >> Philip, >> >> The puppet-module gem behavior has been merged into the core Puppet as of >> 2.7.14 and includes the functionality you describe. `puppet help module` >> should get you the help you need, and `puppet help module uninstall` should >> describe the action :) >> > > Ah. well, thats good news.... But I thought that the gem was supposed to > give equivalent functionality to the new 'core' stuff. > > Are you saying then, that the gem "puppet-module" is a dead end, and is > becoming basically incompatible, and my only choice is to attempt to > convince central change management to update puppet core everywhere? > This would not be a good thing for me :(
In case this isn't clear, in master/agent operation, modules only need to be installed on the master. You don't need to install the puppet-module tool on every puppet agent and use puppet-module install command to update the agent. Puppet agents will pluginsync files in the module lib directory when they contact the master. The agents will automatically add/remove files as modules are installed/removed from the puppet master. See: http://docs.puppetlabs.com/guides/plugins_in_modules.html#enabling-pluginsync Thanks, Nan -- 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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.