[Puppet Users] Issue after upgrading to 0.25.4

2010-04-21 Thread Jeremy Hansen
We're seeing this periodically from client machines: Apr 21 16:31:09 blumfrub puppetd[31154]: (/File[/var/lib/puppet/lib]) Failed to generate additional resources using 'eval_generate': Error 400 on SERVER: undefined method `collect' for nil:NilClass http://projects.reductivelabs.com/issues/286

[Puppet Users] Re: Could not retrieve catalog: Could not find node

2009-06-04 Thread Jeremy Hansen
David Schmitt wrote: > Jeremy Hansen schrieb: > >> notice: Starting Puppet server version 0.24.8 >> debug: Allowing authenticated client blah(10.10.10.11) access to >> puppetmaster.getconfig >> debug: Our client is remote >> debug: Executing '/u

[Puppet Users] Re: Could not retrieve catalog: Could not find node

2009-06-03 Thread Jeremy Hansen
include inventory-client include snmpd include sudo include ssh include resolvconf include ossec-hids-client include hosts } > - JimP > > On Jun 3, 2009, at 7:12 PM, Jeremy Hansen wrote: > > >> Actually, puppet seems to be doing this for any NEW host. What >>

[Puppet Users] Re: Could not retrieve catalog: Could not find node

2009-06-03 Thread Jeremy Hansen
James Turnbull wrote: > Jeremy Hansen wrote: > >> This one is driving me a little crazy. >> >> This is a Xen host. The first we're trying to get into puppet. I >> continuously get: >> >> Could not retrieve catalog: Could not find node 'bla

[Puppet Users] Re: Could not retrieve catalog: Could not find node

2009-06-03 Thread Jeremy Hansen
Actually, puppet seems to be doing this for any NEW host. What went wrong? -jeremy Jeremy Hansen wrote: > This one is driving me a little crazy. > > This is a Xen host. The first we're trying to get into puppet. I > continuously get: > > Could not retrieve catal

[Puppet Users] Could not retrieve catalog: Could not find node

2009-06-03 Thread Jeremy Hansen
This one is driving me a little crazy. This is a Xen host. The first we're trying to get into puppet. I continuously get: Could not retrieve catalog: Could not find node 'blah'; cannot compile I can't figure out why this is happening. No problem with resolving. The puppetmaster is saying t

[Puppet Users] Re: how do I dictate order?

2009-05-15 Thread Jeremy Hansen
to remember a tweet about it too. > > Regards > > James Turnbull > > On 15/05/2009, at 2:00 PM, Russ Allbery wrote: > > >> Jeremy Hansen writes: >> >> >>> How do I dictate the order of how things get executed? Right now >>> i

[Puppet Users] how do I dictate order?

2009-05-14 Thread Jeremy Hansen
If there's a section in the documentation that highlights this, please feel free to point me in the right direction. I am definitely a beginner. I'm trying to build a recipe to install splunk clients on all our hosts. Splunk is a commercial log aggregation utility. The RPMs splunk distribut

[Puppet Users] Re: problem with conditionals

2009-05-07 Thread Jeremy Hansen
RijilV wrote: > 2009/5/7 Jeremy Hansen : > >> I'm new to puppet. I'm trying to use some real case examples to better >> understand how Puppet works. >> >> Here's my case: >> >>exec { "usermod -d /home/hadoop -s /bin/bash hado

[Puppet Users] problem with conditionals

2009-05-07 Thread Jeremy Hansen
I'm new to puppet. I'm trying to use some real case examples to better understand how Puppet works. Here's my case: exec { "usermod -d /home/hadoop -s /bin/bash hadoop": unless => "test `grep ^hadoop /etc/passwd | awk -F: '{print $6}'` == '/home/hadoop'" } The idea is the user