On Wednesday, September 22, 2010, qutic development
<mailingli...@qutic.com> wrote:
[snip]
> Is there any way to set the path for every system command puppet is 
> executing? I didnĀ“t found it in the puppet code. Any hints?

Yes, the path parameter of the exec type will allow you to manage the
PATH environment variable of the system commands puppet agent
executes.  You could also set a default for all exec resources using
Exec { path => "/bin:/usr/bin" } at top scope.

-Jeff

-- 
Jeff McCune
http://www.puppetlabs.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to