Re: [Puppet Users] Puppet: Custom functions

2013-11-18 Thread Sergey Arlashin
Thank you! On Nov 18, 2013, at 6:42 PM, Felix Frank 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.

Re: [Puppet Users] Puppet: Custom functions

2013-11-18 Thread Felix Frank
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 advi

[Puppet Users] Puppet: Custom functions

2013-11-18 Thread Sergey Arlashin
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 mess

Re: [Puppet Users] Puppet custom functions and user permissions

2009-11-27 Thread Silviu Paragina
Try the dev group ;) You have far better chances getting an answer from there. Silviu On 25.11.2009 11:35, symfrog wrote: > Puppet custom functions and user permissions > > I am busy writing a custom function to automatically add OSSEC agents > to a OSSEC server after installation. Unfortunatel

[Puppet Users] Puppet custom functions and user permissions

2009-11-25 Thread symfrog
Puppet custom functions and user permissions I am busy writing a custom function to automatically add OSSEC agents to a OSSEC server after installation. Unfortunately, it seems that puppetmasterd is not respecting the entries in /etc/group in linux. No matter how many other groups the puppet user