> 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/CAE4bNTm6idWNxx3TS07X_0Du25CXmUvJK1HYt0VUtAghpo2%2BxQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to