Hello again,

thank you for your answers. I use puppet 2.6.4.
I don't think I have a site.pp

On Wed, 5 Jan 2011, Patrick wrote:
I'm finding that with my version of puppet (2.6.4), the checksum line
has no effect on the run time when run on a directory containing 10 files that total 7.5GB.  I am not
using the source parameter and it takes just over 2 seconds to run with
"checksum => none" or "checksum => md5".  My test computer is a Core 2 Duo running on a laptop.  I am
not using a puppetmaster to test.
I'm still interested to see if adding that line helps though.

I think the line does not help.

Here are subsequent calls to puppet.
The 3 first runs are with the line, the last line without.

The first call is really long because it had work to do
(perms to fix), the subsequents were no-ops.

$ sudo time puppet -l /tmp/puppet.log ~/puppet/respeer.pp
  38779.74 real     38230.77 user       153.85 sys
$ sudo time puppet -l /tmp/puppet.log ~/puppet/respeer.pp
  388.47 real       380.06 user         4.00 sys
$ sudo time puppet -l /tmp/puppet.log ~/puppet/respeer.pp
  398.06 real       390.21 user         4.08 sys
$ sudo time puppet -l /tmp/puppet.log ~/puppet/respeer.pp
  385.04 real       376.70 user         4.00 sys

Cheers
-- Sébastien

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-us...@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.

Reply via email to