[Puppet Users] Puppet performance test

2010-08-16 Thread Jomo
I host about 700 directories and 1300 files on the puppetmaster server, using default Webrick server. On the client, it takes about 6 minutes to get these files, and responses lots of errors which like "Failed to retrieve current state of resource" :( -- You received this message because you are

Re: [Puppet Users] Puppet Standalone Behavior

2010-08-16 Thread mohit chawla
Puppet version is 0.25.5 on Debian Squeeze. On Tue, Aug 17, 2010 at 11:43 AM, alcy wrote: > If I do > > 1) puppet --modulepath=/home/abc/puppet/modules > > OR > > 2) puppet --modulepath=/home/abc/puppet/modules --manifest=/home/abc/ > puppet/site.pp > > (...where site.pp has import "nodes.pp", an

[Puppet Users] Puppet Standalone Behavior

2010-08-16 Thread alcy
If I do 1) puppet --modulepath=/home/abc/puppet/modules OR 2) puppet --modulepath=/home/abc/puppet/modules --manifest=/home/abc/ puppet/site.pp (...where site.pp has import "nodes.pp", and nodes.pp has a default node definition that includes basic modules defined under /home/abc/ puppet/modules

Re: [Puppet Users] Puppet system deployment hanging ..

2010-08-16 Thread Adrian Snyman
On Fri, Aug 13, 2010 at 8:46 AM, Adrian Snyman wrote: > On Fri, Aug 13, 2010 at 8:02 AM, Adrian Snyman wrote: >> On Thu, Aug 12, 2010 at 1:38 PM, Trevor Hemsley >> wrote: >>> You're not exec'ing some install program that is stopping and waiting for >>> input? When we deploy Platform Symphony, we

[Puppet Users] Re: how to ensure like this like puppet://puppet.server/modules/xxx

2010-08-16 Thread denmat
http://docs.reductivelabs.com/guides/modules.html That should explain module organisation for you. You need to configure fileserver.conf and put the module in the right area. See doco for detail. On Aug 16, 4:17 pm, Timo Seven wrote: > Hi all: > >   I want to every client to download a file lik

[Puppet Users] Re: Could not find default node or by name

2010-08-16 Thread denmat
Could not find default node or by name with 'free30.test.com, free30.test, free30' on node free30.test.com DNS? Change your node to description to: node 'free30' inherits basenode { } make sure that the puppet master can resolve it. On Aug 17, 6:30 am, bmort wrote: > I have this working on 2

Re: [Puppet Users] puppet and cpan

2010-08-16 Thread Brian Gallew
Sorry, when you use Gmail you end up top-posting whether you like it or not. On Mon, Aug 16, 2010 at 8:45 PM, Daniel Pittman wrote: > Brian Gallew writes: > > It is always nice if y'all follow the existing quoting style in mails; it > makes it much less confusing to follow later. > > > I have t

Re: [Puppet Users] puppet and cpan

2010-08-16 Thread Daniel Pittman
Brian Gallew writes: It is always nice if y'all follow the existing quoting style in mails; it makes it much less confusing to follow later. > I have to agree with Daniel on this one.  While it's annoying to build > Solaris (in my case) packages for every CPAN package you want to install, > then

Re: [Puppet Users] puppet and cpan

2010-08-16 Thread Brian Gallew
I have to agree with Daniel on this one. While it's annoying to build Solaris (in my case) packages for every CPAN package you want to install, then end result is that I can control the installed version *precisely*. While it may never have been a problem for you, I've been bitten more than once b

[Puppet Users] Help with defining users and groups on hosts

2010-08-16 Thread denmat
Hi list, I am familiar with virt_users and virt_groups but thought it might be easier in our environment to describe our users on our node like shown here: http://itand.me/using-puppet-to-manage-users-passwords-and-ss To that end I changed things a bit and have the following code: /etc/puppet/m

[Puppet Users] Re: PuppetMaster 2.6.0 and Passenger 2.2.15 - Different Directories

2010-08-16 Thread Rustler
That bug sounds like my problem, I will try explicitly setting confdir and vardir in /etc/puppet/puppet.conf and see if that helps. On Aug 16, 12:41 pm, Brian Wong wrote: > On Sat, Aug 14, 2010 at 5:35 PM, Rustler wrote: > > I have the puppetmaster deamon running (as root) on a RH5 with it > > u

Re: [Puppet Users] puppet dashboard takes a long time to display

2010-08-16 Thread Steven L. Seed
I found the root cause of my problem. After running of about 1 month using the development environment my log file grew to over 24GB. I had no idea this log file was even there since it's in a less than standard location (/opt/puppet-dashboard/log/development.log). I switched to using the produ

[Puppet Users] Could not find default node or by name

2010-08-16 Thread bmort
I have this working on 2 other machines. Would you help me determine what I've overlooked? Version [b...@free30 manifests]# puppet -V 0.25.5 The command and error: [b...@free30 etc]$ sudo puppet -v /etc/puppet/manifests/site.pp -- debug debug: importing '/etc/puppet/manifests/modules.pp' debug:

[Puppet Users] strange interaction between ldap and puppet

2010-08-16 Thread Hanspeter Kunz
Hi all, today I restricted the maximal number of results of my openldap server to 50. As a result, on all of my client machines puppetd hanged (indefinitely, i.e. longer than 5mins). After restoring the number of results to 500 (the original setting), all worked well again. Other than that, I exp

[Puppet Users] how to ensure like this like puppet://puppet.server/modules/xxx

2010-08-16 Thread Timo Seven
Hi all: I want to every client to download a file like test.txt to /etc/ So I write a test.pp class test { file { "/etc/test.txt": source => "puppet://puppet.timo.com/module/test.txt" } } But now in the server log I found the error like "Aug 16 13:21:44 zw_83

Re: [Puppet Users] PuppetMaster 2.6.0 and Passenger 2.2.15 - Different Directories

2010-08-16 Thread Brian Wong
On Sat, Aug 14, 2010 at 5:35 PM, Rustler wrote: > I have the puppetmaster deamon running (as root) on a RH5 with it > using /etc/puppet for configuration and /var/lib/puppet for it's other > data files (which appear to be the default). Everything is working > fine. > > Installed passenger to run p

Re: [Puppet Users] Creating tests for the yum package provider

2010-08-16 Thread Trevor Vaughan
Oliver, You probably want to post this over in puppet-...@googlegroups.com. I've had the same issue. The code is relatively easy to write but the tests require a level of Puppet framework knowledge that is beyond most that don't work on it regularly. I've also had situations where my tests pass

[Puppet Users] Creating tests for the yum package provider

2010-08-16 Thread Oliver
Sorry, but this is a blatant call for help. I'm desperately out of my depth with creating tests due to my lack of experience with just about every component involved. The background is, I'm trying to create the necessary tests to have #2866 accepted. I'm running into problems just getting a basic