Hi! As far as I know custom functions are executed on puppet master server. But each run puppet master copies all the custom functions available to /var/lib/puppet/lib/puppet/parser/functions/ folder on puppet clients. Why is it so? -- Best regards, Sergey Arlashin -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/BB5FEC9D-B18E-43F2-87CB-021D821738CB%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
Hi, you have likely enabled the pluginsync feature, which allows you to use "Plugins in modules" to e.g. distribute custom facts to your agents. Puppet will not distinguish custom facts and types from parser functions. For most people, syncing parser functions to agents serves no purpose. I advise to regard it as just a side occurence, and to just ignore it. HTH, Felix On 11/18/2013 09:49 AM, Sergey Arlashin wrote:> Hi! > > As far as I know custom functions are executed on puppet master server. But each run puppet master copies all the custom functions available to /var/lib/puppet/lib/puppet/parser/functions/ folder on puppet clients. Why is it so?-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/528A2750.6050602%40alumni.tu-berlin.de. For more options, visit https://groups.google.com/groups/opt_out.
Thank you! On Nov 18, 2013, at 6:42 PM, Felix Frank <felix.frank@alumni.tu-berlin.de> wrote:> Hi, > > you have likely enabled the pluginsync feature, which allows you to use > "Plugins in modules" to e.g. distribute custom facts to your agents. > > Puppet will not distinguish custom facts and types from parser > functions. For most people, syncing parser functions to agents serves no > purpose. > > I advise to regard it as just a side occurence, and to just ignore it. > > HTH, > Felix > > On 11/18/2013 09:49 AM, Sergey Arlashin wrote: >> Hi! >> >> As far as I know custom functions are executed on puppet master server. But each run puppet master copies all the custom functions available to /var/lib/puppet/lib/puppet/parser/functions/ folder on puppet clients. Why is it so? > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/528A2750.6050602%40alumni.tu-berlin.de. > For more options, visit https://groups.google.com/groups/opt_out.-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/43C06D56-9AB6-4FB6-B7E9-F0D7341AD951%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out.