Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

module fails to find wget #28

Closed
vchepkov opened this issue May 20, 2014 · 1 comment
Closed

module fails to find wget #28

vchepkov opened this issue May 20, 2014 · 1 comment

Comments

@vchepkov
Copy link
Contributor

Hi,

The way I understand the code a custom fact staging_http_get should return a binary that needs to be used to download the file. But this search is based on PATH environment variable without considering $staging::exec_path and therefore can't find wget, which is in /usr/sfw/bin on Solaris.

@nanliu
Copy link
Contributor

nanliu commented Jun 27, 2014

In this case the puppet runtime environment should have the appropriate path. This can either be a wrapper around the puppet agent, or configured in puppet.conf:

http://docs.puppetlabs.com/references/latest/configuration.html#path

@nanliu nanliu closed this as completed Jun 27, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants