[Puppet Users] Re: classifier is failing to compile

2009-09-01 Thread Asif Iqbal
On Tue, Sep 1, 2009 at 2:03 PM, Dan Bode wrote: > I add some code to indirector/exec.rb so that I can get some error messages > back in case of failure, without it I would be helplessly stuck when trying > to debug external node errors (for 24.8 anyways..). > > Its one line of code, it is mentione

[Puppet Users] Re: classifier is failing to compile

2009-09-01 Thread Dan Bode
I add some code to indirector/exec.rb so that I can get some error messages back in case of failure, without it I would be helplessly stuck when trying to debug external node errors (for 24.8 anyways..). Its one line of code, it is mentioned in the following ticket. http://projects.reductivelabs.

[Puppet Users] Re: classifier is failing to compile

2009-08-24 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Asif Iqbal wrote: > > my yaml format was incorrect. would have been nice if the puppetmaster > debug would disclose that. > If you think this would help please raise a feature request asking for a better error. Thanks James Turnbull - -- Author

[Puppet Users] Re: classifier is failing to compile

2009-08-24 Thread Asif Iqbal
On Sun, Aug 23, 2009 at 11:41 AM, Asif Iqbal wrote: > On Sun, Aug 23, 2009 at 11:11 AM, Asif Iqbal wrote: >> On Sun, Aug 23, 2009 at 4:03 AM, Keith Edmunds wrote: >>> >>> What's the exit status of your script? Try: >>> >>> # /usr/local/bin/external.sh nvcp07.example.net >>> . >>> . >>> . >>> # ech

[Puppet Users] Re: classifier is failing to compile

2009-08-23 Thread Asif Iqbal
On Sun, Aug 23, 2009 at 11:11 AM, Asif Iqbal wrote: > On Sun, Aug 23, 2009 at 4:03 AM, Keith Edmunds wrote: >> >> What's the exit status of your script? Try: >> >> # /usr/local/bin/external.sh nvcp07.example.net >> . >> . >> . >> # echo $? >> >> It needs to be 0. > > It is 0. > > (root)@sys-ubuntu

[Puppet Users] Re: classifier is failing to compile

2009-08-23 Thread Asif Iqbal
On Sun, Aug 23, 2009 at 4:03 AM, Keith Edmunds wrote: > > What's the exit status of your script? Try: > > # /usr/local/bin/external.sh nvcp07.example.net > . > . > . > # echo $? > > It needs to be 0. It is 0. (root)@sys-ubuntu:~# /usr/local/bin/external.sh nvcp07.example.net --- classes: - den-

[Puppet Users] Re: classifier is failing to compile

2009-08-23 Thread Keith Edmunds
What's the exit status of your script? Try: # /usr/local/bin/external.sh nvcp07.example.net . . . # echo $? It needs to be 0. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this gr