[Puppet Users] Re: How to share my Puppet modules?

2009-11-15 Thread Nicolas Szalay
Le dimanche 15 novembre 2009 à 07:51 -0800, Edwin Shao a écrit : > Hello, > > I'd like to give back to the community by sharing my Puppet modules. > They are FreeBSD but I am helping I just finished putting all of them > up at Github , and would like some > advice.

[Puppet Users] functions in modules and environments on 0.25.1

2009-11-15 Thread John Warburton
Hi All I am trying to find a workaround to get functions to work with environments in modules as they won't be fully supported until 0.26.x ( http://projects.reductivelabs.com/issues/1175) I can't get the workaround in bug #1175 to work - it may only have worked in 0.24.x Also the workaround at

[Puppet Users] Re: Fwd: New York City Puppet presentation Wednesday Nov 18th.

2009-11-15 Thread Larry Ludwig
This presentation is perfect for anyone who is just starting out with Puppet or interested in what it can do for you. I assume I'm already talking to users of Puppet so it's easy tell your friends why they should go to this meeting. It's not a sale pitch presentation and if they are in the NYC a

[Puppet Users] Re: Installing Packages from puppet files

2009-11-15 Thread Avi Miller
Hi, jokeeffe wrote: > Hi, I'm a puppet newbie. Is there a way to install an rpm from the > files served by the puppet master? If so, what am I doing wrong (see > below)? If this isn't possible, how should I be installing custom > rpms? High-level explanation: You need to create a Yum repository

[Puppet Users] Installing Packages from puppet files

2009-11-15 Thread jokeeffe
Hi, I'm a puppet newbie. Is there a way to install an rpm from the files served by the puppet master? If so, what am I doing wrong (see below)? If this isn't possible, how should I be installing custom rpms? package { "MySQL-server-community": source => "puppet:///files/MySQL-ser

[Puppet Users] Re: Cannot allocate memory

2009-11-15 Thread Brice Figureau
Hi Douglas, First, can you bottom post? It makes way easier to read (long) threads. On 15/11/09 22:50, Douglas Garstang wrote: > I doubt that is my problem. I'm running this in a test environment, > and I'm doing a full 'service puppet restart' every single time. I've > seen this memory problem

[Puppet Users] How to share my Puppet modules?

2009-11-15 Thread Edwin Shao
Hello, I'd like to give back to the community by sharing my Puppet modules. They are FreeBSD but I am helping I just finished putting all of them up at Github , and would like some advice. 1) Would someone be kind enough to go through my code and comment on: a) C

[Puppet Users] Re: Cannot allocate memory

2009-11-15 Thread Douglas Garstang
Avi, I doubt that is my problem. I'm running this in a test environment, and I'm doing a full 'service puppet restart' every single time. I've seen this memory problem occur on the very first run of puppet after the restart. I read about the ruby memory leak, but I don't see where I can get a ru

[Puppet Users] Re: Cannot allocate memory

2009-11-15 Thread Avi Miller
Hi Douglas, Douglas Garstang wrote: > Actually, I just noticed that puppetd was using approx 1.5Gb of memory > before it barfed. Nice... If you're running on RHEL/CentOS, there is a known issue with the Ruby that ships with that distribution that causes memory leaks. I have a cronjob that rest

[Puppet Users] Cannot allocate memory

2009-11-15 Thread Douglas Garstang
Well, this doesn't look good... Nov 14 21:42:09 gumby puppetd[4358]: Could not retrieve catalog: Cannot allocate memory - /bin/cat /proc/uptime Is puppetd out of memory??? How do I increase? Actually, I just noticed that puppetd was using approx 1.5Gb of memory before it barfed. Nice... Doug