On Thu, May 24, 2012 at 8:27 AM, Dick Davies <[email protected]> wrote: > They are, but have just realised they only get pushed out in the initial > puppet run...hum, bit of a catch 22 here.
New plugins do get transferred to an agent with pluginsync = true before the actual Puppet run. If your plugins change on the master, the next agent run would retrieve the modified/new content. This would occur before the agent run that retrieves your catalog with the classes that need your custom content. http://docs.puppetlabs.com/guides/plugins_in_modules.html If you didn't catch the log and want to see if the plugins were transferred, try looking inside your agents libdir: `puppet agent --configprint libdir` -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
