Life saver! For us it pointed out we needed -y flags on the commands being 
executed. 

Thank you :)

On Wednesday, January 15, 2014 1:39:54 PM UTC, Ken Barber wrote:
>
> > This is my exec: 
> > 
> >   exec {'make nodejs': 
> >     command => "/usr/bin/make", 
> >     creates => "/usr/local/src/node/out/Release/node", 
> >     cwd     => "/usr/local/src/node", 
> >     path    => ["/usr/bin", "/usr/sbin"], 
> >     require => Exec['configure nodejs'], 
> >   } 
> > 
> > Do you got any idea? 
>
> Try adding the parameter logoutput => on_failure to the 'exec' and 
> re-run puppet. It should drop the output of the make command to the 
> log so you can see any errors that might have been occurring. 
>
>
> http://docs.puppetlabs.com/references/latest/type.html#exec-attribute-logoutput
>  
>
> ken. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/013d18b8-9306-4956-a15c-32122dae6f88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to