Ohhh, you made my day. That shows the problem. 
We need /bin in PATH for uname. 

Thanks a lot! 

Björn

Am Mittwoch, 15. Januar 2014 14:39:54 UTC+1 schrieb Ken Barber:
>
> > 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/bbbb94f5-911f-48ed-9174-bbbaca1a7715%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to