On 15/06/13 02:15 PM, gfdadd...@gmail.com wrote:
> Forgot to mention that I am ne to LInux also...
>  
> Do you have an example?

the path that was mentioned by Peter is a set of directory paths
separated by ":" where binaries are searched when invoked. it is set in
the environment variable $PATH.

with puppet, it is considered a good practice to set a global $PATH
value that corresponds to your system with the below snippet (the
capital letter at the beginning of "Exec" is important).

Exec {
  path => '/bin:/sbin:/usr/bin:/usr/sbin',
}

-- 
Gabriel Filion

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to