We are working on moving our puppet code from old-school method of importing standalone classes in site.pp to modules. I was hoping i could move one class at a time and at the same time review syntax, coding, subclasses and so forth for each class. So, i defined a modulepath in puppet.conf and put a couple of classes there while still keeping the old structure (minus the classes i put in modules of course).
That gets us to the problem - as soon as i start to use modules the time to compile the catalog is increased drastically, from 2-5s to 10-15s. I only see this when there are a lot of simultaneous puppet runs on the puppetmaster, when running without other clients 'interferring' the compilation time is still increased, but only reaches about 5-6s. Is this a behaviour from running parallell modules and standalone classes or is modules just a lot more work for the puppet master? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.