Re: [Puppet Users] augeas slooow

2011-05-06 Thread Dominic Cleal
On 05/05/11 15:43, Patrick wrote: On May 5, 2011, at 6:28 AM, Jennings, Jared L CTR USAF AFMC 46 SK/CCI wrote: Hi, Aaron. Aaron (quoting letter@): To avoid that, I added 'lens' and 'incl' parameters to the puppet type a while ago. If you set these, Augeas will only read a specific file,

RE: [Puppet Users] augeas slooow

2011-05-05 Thread Jennings, Jared L CTR USAF AFMC 46 SK/CCI
Hi, Aaron. Aaron (quoting letter@): To avoid that, I added 'lens' and 'incl' parameters to the puppet type a while ago. If you set these, Augeas will only read a specific file, avoiding most of the unnecessary overhead. ... everything will be lightning fast, even without connection caching.

Re: [Puppet Users] augeas slooow

2011-05-05 Thread Patrick
On May 5, 2011, at 6:28 AM, Jennings, Jared L CTR USAF AFMC 46 SK/CCI wrote: Hi, Aaron. Aaron (quoting letter@): To avoid that, I added 'lens' and 'incl' parameters to the puppet type a while ago. If you set these, Augeas will only read a specific file, avoiding most of the unnecessary

Re: [Puppet Users] augeas slooow

2011-05-03 Thread Aaron Lippold
From a previous email of let...@repeat.com. ... To avoid that, I added 'lens' and 'incl' parameters to the puppet type a while ago. If you set these, Augeas will only read a specific file, avoiding most of the unnecessary overhead. So, you should say something like augeas { add_a_host: changes

Re: [Puppet Users] augeas slooow

2011-03-22 Thread saurabh verma
How can I profile my Puppet catalog, to see what resources take the longest to set straight? (I've only got puppet apply for now - no master yet) -- +1 for profiling feature -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to

Re: [Puppet Users] augeas slooow

2011-03-22 Thread Nigel Kersten
On Tue, Mar 22, 2011 at 1:24 PM, saurabh verma nitw.saur...@gmail.com wrote: How can I profile my Puppet catalog, to see what resources take the longest to set straight? (I've only got puppet apply for now - no master yet) -- +1 for profiling feature More than --evaltrace ? -- You

RE: [Puppet Users] augeas slooow

2011-03-22 Thread Jennings, Jared L CTR USAF AFMC 46 SK/CCI
: [Puppet Users] augeas slooow On Tue, Mar 22, 2011 at 1:24 PM, saurabh verma nitw.saur...@gmail.com wrote: How can I profile my Puppet catalog, to see what resources take the longest to set straight? (I've only got puppet apply for now - no master yet) -- +1 for profiling