Re: [Puppet Users] 2.7.1 slowness?

2011-08-24 Thread Digant C Kasundra
- Original Message - On Tue, 2011-08-23 at 11:00 -0700, Digant C Kasundra wrote: Is anyone else noticing slowness with 2.7.1? When I run puppet on my 2.6.8 box, it takes 11 seconds. On my second box with exactly the same catalog, it takes 35 seconds. Is the problem while

Re: [Puppet Users] Re: Parameterized classes vs defined-types

2011-08-24 Thread Digant C Kasundra
- Original Message - On Aug 23, 1:00 pm, Digant C Kasundra dig...@stanford.edu wrote: Out of curiosity, how are people using parameterized classes in a way that is distinct from defined-types? snarkI am _using_ defined types, that's how./snark Although I disfavor parameterized

[Puppet Users] Parameterized classes vs defined-types

2011-08-23 Thread Digant C Kasundra
Out of curiosity, how are people using parameterized classes in a way that is distinct from defined-types? -- Digant C Kasundra dig...@stanford.edu Infrastructure Systems Software Developer, ITS:IDG, Stanford University -- You received this message because you are subscribed to the Google

[Puppet Users] 2.7.1 slowness?

2011-08-23 Thread Digant C Kasundra
Is anyone else noticing slowness with 2.7.1? When I run puppet on my 2.6.8 box, it takes 11 seconds. On my second box with exactly the same catalog, it takes 35 seconds. -- Digant C Kasundra dig...@stanford.edu Infrastructure Systems Software Developer, ITS:IDG, Stanford University -- You

Re: [Puppet Users] variable scoping over and over

2010-06-28 Thread Digant C Kasundra
?hl=en. -- Digant C Kasundra dig...@stanford.edu Infrastructure Systems Software Developer, ITS:IDG, Stanford University -- 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

Re: [Puppet Users] Timestamps need to be in sync on all puppetmasters?

2009-12-08 Thread Digant C Kasundra
on what is causing it, I belive it's coming after we change the environment the puppetclient is pointing to, although we use the same puppetmaster to use different environments(dev, prod). Thoughts? Thanks On Thu, Dec 3, 2009 at 2:31 PM, Digant C Kasundra dig...@stanford.edu wrote

[Puppet Users] Re: Looking for ideas on how to get details of managed resources on the puppet client.

2009-11-02 Thread Digant C Kasundra
- Trevor Vaughan peiriann...@gmail.com wrote: All, I'm looking for a way to obtain information about the managed services on a given client system. Basically, some way to know what services have been enabled by Puppet from the client. I'm hoping to implement something like

[Puppet Users] Re: Best Practices Rewrite - First Draft

2009-10-23 Thread Digant C Kasundra
If anyone feels up to grabbing this document and running with it, please feel free. As the original author, I suppose I should take over. Can you send me what you had? -- Digant C Kasundra dig...@stanford.edu Technical Lead, ITS Unix Systems and Applications, Stanford University

[Puppet Users] Re: Best Practices Rewrite - First Draft

2009-10-23 Thread Digant C Kasundra
part of what our team uses. -- Digant C Kasundra dig...@stanford.edu Technical Lead, ITS Unix Systems and Applications, Stanford University --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post

[Puppet Users] Re: Best Practices Rewrite - First Draft

2009-10-23 Thread Digant C Kasundra
entities like a CMDB. So well defined patterns can be good, but how to write them and more importantly, how to present them in a common area can be difficult, especially where there are multiple solutions to a given problem. Ideas? -- Digant C Kasundra dig...@stanford.edu Technical Lead, ITS Unix

[Puppet Users] Re: Best Practices Rewrite - First Draft

2009-09-16 Thread Digant C Kasundra
paths for the same namespace is confusing and will easily lead to problems. However, the example you give is correct: you can't have the same module name in two modulepaths and usually want to prefix the classnames to avoid name collisions. -- Digant C Kasundra dig...@stanford.edu Technical Lead

[Puppet Users] Re: Howto understand the error message Could not find class parent XXXXXXXX? howto link it?

2009-08-20 Thread Digant C Kasundra
- Eric2 e.lann...@gmail.com wrote: Hi, err: Could not retrieve catalog: Could not find class parent apache::package at /home/puppet/modules/apache/manifests/debian.pp:11 on node ns0.mysite.org vi /home/puppet/modules/apache/manifests/debian.pp ### debian class apache::debian

[Puppet Users] Re: Best Practices Rewrite - First Draft

2009-08-20 Thread Digant C Kasundra
I sketched a schema describing the use of multiple environments and git submodules for Puppet development. It's available on the wiki both in both OpenOffice Draw format and PDF. http://reductivelabs.com/trac/puppet/attachment/wiki/PuppetVersionControl/puppetmaster-git-submodules.odg

[Puppet Users] Dealing with timestamps

2009-08-20 Thread Digant C Kasundra
Hello everyone, We're pondering moving to git for our version control system for Puppet manifests. However, since we have 4 puppetmasters, we're wondering how to deal with timestamps. Since git doesn't preserve the timestamps, and instead, sets the current timestamp to every file it

[Puppet Users] Re: Best Practices Rewrite - First Draft

2009-07-27 Thread Digant C Kasundra
, but I'm still a fan of the style guide. Without it, I dont' think our manifests would be as clean and legible as they currently are. +1 :) -- Digant C Kasundra dig...@stanford.edu Technical Lead, ITS Unix Systems and Applications, Stanford University

[Puppet Users] Re: Best Practices Rewrite - First Draft

2009-07-24 Thread Digant C Kasundra
to change their values in later scopes? * Lastly, perhaps this is still my OCD, but I'm still a fan of the style guide. Without it, I dont' think our manifests would be as clean and legible as they currently are. -- Digant C Kasundra dig...@stanford.edu Technical Lead, ITS Unix Systems

[Puppet Users] Re: Change Management Practices.

2009-07-17 Thread Digant C Kasundra
as the departments approve of the change. -- Digant C Kasundra dig...@stanford.edu Technical Lead, ITS Unix Systems and Applications, Stanford University --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group

[Puppet Users] Re: Redundant Puppet Master Servers

2009-01-08 Thread Digant C Kasundra
How can the state files be shared between servers? DRBD. Considering a load-balanced environment, it seems this might not be optimal. Perhaps the puppetmaster need the ability to store the state information in a database. -- Digant C Kasundra dig...@stanford.edu Technical Lead, ITS

[Puppet Users] Re: Redundant Puppet Master Servers

2009-01-06 Thread Digant C Kasundra
. This may or may not be feasible in your environment (no pun intended...) How can the state files be shared between servers? -- Digant C Kasundra dig...@stanford.edu Technical Lead, ITS Unix Systems and Applications, Stanford University --~--~-~--~~~---~--~~ You

[Puppet Users] Re: Puppet Common Modules: SSH Proposal

2008-09-30 Thread Digant C Kasundra
, Kind regards, Jeroen van Meeuwen -kanarip -- Digant C Kasundra [EMAIL PROTECTED] Technical Lead, ITS Unix Systems and Applications, Stanford University --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Puppet Users] Re: Module Standards

2008-09-30 Thread Digant C Kasundra
installing packages or files or setting up user preferences. Thanks for the clarification :) Kent No problem! -- Digant C Kasundra [EMAIL PROTECTED] Technical Lead, ITS Unix Systems and Applications, Stanford University --~--~-~--~~~---~--~~ You received

[Puppet Users] Re: Module Standards

2008-09-29 Thread Digant C Kasundra
changing the package name in one manifest: we would need to make additional changes b/c config files are different, etc. -- Digant C Kasundra [EMAIL PROTECTED] Technical Lead, ITS Unix Systems and Applications, Stanford University --~--~-~--~~~---~--~~ You received

[Puppet Users] Re: Pushing data into a CMDB (especially Remedy)

2008-09-29 Thread Digant C Kasundra
it performs. -- Digant C Kasundra [EMAIL PROTECTED] Technical Lead, ITS Unix Systems and Applications, Stanford University --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send