Re: [Puppet-dev] Solaris processorcount fact - what to do

2012-12-10 Thread Josh Cooper
Hi Alex, On Mon, Dec 10, 2012 at 8:44 PM, Alex Harvey wrote: > Hi all, > > This follows discussion on puppet users with Andrew Beresford > https://groups.google.com/forum/?fromgroups=&pli=1#!topic/puppet-users/rOj9OszhlQM > > I was hoping to get more input from the community; now trying puppet >

[Puppet-dev] Solaris processorcount fact - what to do

2012-12-10 Thread Alex Harvey
Hi all, This follows discussion on puppet users with Andrew Beresford https://groups.google.com/forum/?fromgroups=&pli=1#!topic/puppet-users/rOj9OszhlQM I was hoping to get more input from the community; now trying puppet developers for some advice. Summary of discussion is we've found the pro

Re: [Puppet-dev] Do not compile catalogs on every request

2012-12-10 Thread Daniel Pittman
On Mon, Dec 10, 2012 at 3:05 AM, swair shah wrote: > > Here is what I'm doing right now: Instead of compiling catalog everytime > when a node sends a request to the master, check if the modules included for > that node are changed or not, if they are changed then only compile the > catalog. > > Q:

Re: [Puppet-dev] Do not compile catalogs on every request

2012-12-10 Thread Luke Kanies
On Dec 10, 2012, at 3:05 AM, swair shah wrote: > Hi, > > Here is what I'm doing right now: Instead of compiling catalog everytime when > a node sends a request to the master, check if the modules included for that > node are changed or not, if they are changed then only compile the catalog. >

[Puppet-dev] Outcomes from weekly planning

2012-12-10 Thread Andy Parker
Another Monday, another round of planning! By doing these weekly there is much less to talk about each time, so they go pretty quickly. Things on our plate this week * Work on getting our acceptance tests running against our packages is ongoing. It has been blocked on various issues related to

Re: [Puppet-dev] Do not compile the catalog for a node if no module included in the node has changed.

2012-12-10 Thread Andy Parker
On Mon, Dec 10, 2012 at 2:58 AM, swair shah wrote: > Hi, > > Here is what I'm doing right now, Instead of compiling catalog everytime > when a node sends a request to the master, check if the modules included > for that node are changed or not, if they are changed then only compile the > catalog.

[Puppet-dev] Need Speakers: Puppet Camp Ghent and FOSDEM Config/Sys Mgmt DevRoom

2012-12-10 Thread Dawn Foster
We are holding Puppet Camp Ghent on January 31 and February 1 - right before FOSDEM (Ghent is a 30 minute train ride from Brussels). The CFP closes on December 18, so you only have another 8 days to come up with a talk! Info: http://puppetlabs.com/blog/puppet-camp-ghent-register-or-submit-a-talk/ C

[Puppet-dev] Do not compile catalogs on every request

2012-12-10 Thread swair shah
Hi, Here is what I'm doing right now: Instead of compiling catalog everytime when a node sends a request to the master, check if the modules included for that node are changed or not, if they are changed then only compile the catalog. Q: How will I know which are the modules included in a node?

[Puppet-dev] Do not compile the catalog for a node if no module included in the node has changed.

2012-12-10 Thread swair shah
Hi, Here is what I'm doing right now, Instead of compiling catalog everytime when a node sends a request to the master, check if the modules included for that node are changed or not, if they are changed then only compile the catalog. Q: How will I know which modules are included in a node? A