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
>
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
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:
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.
>
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
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.
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
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?
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