[Puppet Users] Re: Is there a limit to the number of entires you can have for modulepath in puppet.conf?

2009-10-17 Thread Billy Shaw
I am in the design and testing phase working on various configurations and options. I generate my configuration files programmatically once a day based on queries to an asset management database to organize servers a specific way. There was discussion of a design option that would have a few

[Puppet Users] Re: weird puppet behavior

2009-10-17 Thread Peter Meier
> Yes, it did return exit 0, that's why it's weird well, then it's rather a weird behavior of your cmd. cheers pete --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send

[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 &] (debug

[Puppet Users] Re: weird puppet behavior

2009-10-17 Thread Peter Meier
> 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 this is now the resource oracle which should be in the state "installed" (maybe even more, but

[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 c

[Puppet Users] Re: [Puppet-dev] ANNOUNCE: Puppet 0.25.1rc2 available

2009-10-17 Thread Todd Zullinger
James Turnbull wrote: > Puppet 0.25.1 Release Candidate 2 is now available for testing. Packages for Fedora and EPEL are available at: http://tmz.fedorapeople.org/repo/puppet/ -- ToddOpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~

[Puppet Users] Re: weird puppet behavior

2009-10-17 Thread Avi Miller
Hi, pinoyskull wrote: > I tried to run it both ways, background and not, still the same issue. You're assuming the OUI (runInstaller) is actually reporting a problem when it exits. This is not always the case. I would recommend not running runInstaller directly with exec{}. Rather, wrap it int