On Thu, Oct 4, 2012 at 7:24 AM, jcbollinger <john.bollin...@stjude.org> wrote:
>
>
> Puppet's guts have code for setting a custom environment for commands, but
> the 'command' and 'commands' functions don't provide an interface to it.
> I'm working from the code here, not actual experience, but it looks like you
> can use the has_command() function instead, something like:
>
> has_command(:my_command, '/usr/sbin') do
>   environment({ 'HOME' => '/some/homedir' })
> end
>
> I don't remember seeing that documented anywhere, so it probably qualifies
> as an internal interface -- use at your own risk.  Since you'll probably
> want to look at the code yourself, you can find that function in
> puppet/lib/puppet/provider.rb.  In particular, you can examine how it is
> used by the documented 'command' and 'commands' functions.
>

It is an oversight that that isn't documented. That should be
considered public interface and the way to solve this.

I've filed https://projects.puppetlabs.com/issues/16779 to get this in the docs.

>
> John
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/K3laepFVKggJ.
>
> To post to this group, send email to puppet-users@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.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@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