[Puppet Users] Puppet on RHEL3 - ruby-1.8.6 RPM

2009-10-28 Thread Pedro Padron
Hey folks, I know there's an old thread about this, and the provided solution to make puppet work on RHEL3 was to recompile a more recent version of ruby. However, I think it would be nice to upgrade ruby from 1.6.8 to 1.8.6 with RPM, so here's a quick tip for those who have to manage RHEL3 serve

[Puppet Users] Managing filesystem quotas

2009-10-28 Thread Stephen Nelson-Smith
I wish to impose a quota on a samba share. I've created a mount, using puppet, enabling usrquota. I've then run quotacheck manually, and edquota manually to set up the quota. I suppose I could have puppet deliver the aquota.user file, but I don' think that doesn't really enable me to rebuild th

[Puppet Users] Re: puppet logging with passenger

2009-10-28 Thread philipp Hanselmann
Hi I have similar issues with puppet 0.25 + passenger 2.2.2, All logs are going to /var/log/messages even when logdir is defined in /etc/puppet/puppec.conf on the server? ## site id_api_cd [id_api_cd_keyA_prd] manifest = /etc/puppet/site/id_api_cd/prd/site.pp modulepath

[Puppet Users] Re: New webgui to survey your puppet activities

2009-10-28 Thread Philip
Thank you for this detailed Report. It seems, that i have a error by translating date and time into timestamps. What are your locale settings? The other sugestions about error handling etc. are very good and i will improve them. On 28 Okt., 04:37, Bostjan Skufca wrote: > Screenshots look nice

[Puppet Users] Explicit Repo, Package ordering

2009-10-28 Thread Thomas Bellman
Disconnect wrote: > In general, it seems like the best way to handle "must go first" > bootstrap items like that is with environments. (We haven't gotten > there yet, but we're moving in that direction.) > > New node comes up in environment bootstrap, where there is a generic > definition and 1

[Puppet Users] Re: Explicit Repo, Package ordering

2009-10-28 Thread Disconnect
ISTR trying that and having the same problems. User depends on class ldap-users. (So in theory, anything that needs a user will require that.) Puppetd bails after grabbing the config with "cannot find user joe" because ldap isn't set up. (Same using tags.) Users may be a special bug though.. On

[Puppet Users] Re: Problem with augeas on Ubuntu 8.04

2009-10-28 Thread David Lutterkort
On Tue, 2009-10-27 at 05:13 -0700, Adam Ryczkowski wrote: > Did anyone managed to get augeas running on Ubuntu 8.04? I tried for > hours to get it working, but to no avail: No augeas on ubuntu > repository, making from source fails (and the installation procedure > included with augeas doesn't agr

[Puppet Users] Re: The /var/lib/puppet/clientbucket directory grew 4GB in minutes, filling up /var on production server

2009-10-28 Thread Kenneth Holter
Thansk for your reply. I'll let you know if I find the cause of the problems. Regards, Kenneth On Mon, Oct 26, 2009 at 6:06 AM, Luke Kanies wrote: > > On Oct 23, 2009, at 12:44 AM, Kenneth Holter wrote: > > > Hi. > > > > > > Last night the /var/lib/puppet/clientbucktet directory on one of our >

[Puppet Users] Re: Conditional based on existence of a file

2009-10-28 Thread John Philips
> > If it's so easy, please provide an example > solution.  And if your  > > example consists of disparate facts to determine if > specific files  > > exist, please don't bother because that's specifically > what I said I  > > wasn't looking for :-) > > simply use puppet as a standalone tool,

[Puppet Users] puppet 0.25.1 debs done... but availability delayed.

2009-10-28 Thread Nigel Kersten
We've uploaded the 0.25.1 debs, but due to this work, it might take a little while before they appear. http://blog.ganneff.de/blog/2009/10/27/debian-ftpmaster-meeting.html It will appear here when done. http://packages.debian.org/sid/puppet Instructions for building yourself $ git clone git

[Puppet Users] Re: Conditional based on existence of a file

2009-10-28 Thread Peter Meier
Hi >>> If it's so easy, please provide an example >> solution. And if your >>> example consists of disparate facts to determine if >> specific files >>> exist, please don't bother because that's specifically >> what I said I >>> wasn't looking for :-) >> simply use puppet as a standalone tool, t

[Puppet Users] Re: Conditional based on existence of a file

2009-10-28 Thread John Philips
> well imho what is talked about in this thread is an onlyif > parameter for > a resource, so unless/onlyif as a metaparameter. Right? > > BUT this won't be something like: > > if File.exist?('/foo/bar') { >   package{'foobar': ensure => present } > } > > this will be like: > > package{'foobar

[Puppet Users] Re: Puppet on RHEL3 - ruby-1.8.6 RPM

2009-10-28 Thread Ohad Levy
cool, if anyone wants a spec file that installs new version of ruby next to the existing version of ruby (that doesn't break RHEL3 compatibility) let me know :) Ohad On Wed, Oct 28, 2009 at 4:05 PM, Pedro Padron wrote: > > Hey folks, > > I know there's an old thread about this, and the provided