[Puppet Users] Cert error or something

2010-03-30 Thread pinoyskull
Cant seem to fix this problem, need help --- Tue Mar 30 11:21:17 + 2010 //yumconf/File[/etc/hosts] (debug): Creating checksum {md5}0eea71665fb6890c06421fd13aa3f849 Tue Mar 30 11:21:17 + 2010 //yumconf/File[/etc/yum.repos.d/CentOS-Base.repo]/checksum (debug): Initializing checksum hash Tue

Re: [Puppet Users] Cert error or something

2010-03-30 Thread pinoyskull
Fixed, the manifests and configs were copied from our production puppet server and the buckets is still pointing to it, :) On Wed, Mar 31, 2010 at 7:38 AM, James Cammarata j...@sngx.net wrote: On Wed, 31 Mar 2010 06:59:07 +0800, pinoyskull pinoysk...@gmail.com wrote: Cant seem to fix

Re: [Puppet Users] Cert error or something

2010-03-30 Thread pinoyskull
everybody makes mistakes :) On Wed, Mar 31, 2010 at 9:03 AM, James Cammarata j...@sngx.net wrote: On Wed, 31 Mar 2010 08:55:25 +0800, pinoyskull pinoysk...@gmail.com wrote: Fixed, the manifests and configs were copied from our production puppet server and the buckets is still pointing

[Puppet Users] certificate error

2009-08-31 Thread pinoyskull
Hi, Im having a weird problem, always get certificate error when checking logs, the error says... Mon Aug 31 10:59:01 + 2009 Puppet (warning): Certificate validation failed; consider using the certname configuration option The date/time of server and client is in sync... What else

[Puppet Users] timeout settings

2009-10-14 Thread pinoyskull
Hi, Is there a way to increase the timeout settings in puppet when it comes to downloading huge file, Im talking of a 1.7GB file being downloaded using wget in a puppet manifest. Thanks. --~--~-~--~~~---~--~~ You received this message because you are

[Puppet Users] Re: weird puppet behavior

2009-10-16 Thread pinoyskull
Yes, it did return exit 0, that's why it's weird Peter Meier wrote: I have an exec command that executed successfully, but when checking the processes it did not run the command. version etc? If puppet tells you that the exec ran successfully the cmd exited with exit code 0.

[Puppet Users] Re: weird puppet behavior

2009-10-17 Thread pinoyskull
This is the log snippet that says my command executed successfully --begin-- Sat Oct 17 18:02:24 + 2009 //Node[basenode]/oraclecube/Exec[sh /mnt/oracle-installation/database/runInstaller -silent -ignoreDiskWarning -responsefile /mnt/oracle-installation/database/oracle-11g_SE.rsp ]

[Puppet Users] Re: weird puppet behavior

2009-10-17 Thread pinoyskull
I tried to run it both ways, background and not, still the same issue. Peter Meier wrote: but when checking the processlist, runInstaller is not there Hmm, why do you send the installer to the background? The whole idea of puppet is that it manages the state of your resources. In your case