Please disregard, I dug deeper into the online docs and discovered that I had to set this in a config file and not just rely on the env variables.
Hello,
Unfortunately, there looks to be a couple of bugs impacting this.
One is http://projects.puppetlabs.com/issues/14939 affecting
--modulepath . and the other is related to but not exactly
http://projects.puppetlabs.com/issues/show/14528.
These are both bugs on our queue to address. I apologize for the
inconvenience these bugs are causing, your use case is certainly
valid. Are you able to curl or wget against the forge.puppetlabs.com?
At this point, the module tool wants to examine the Forge for
dependencies though you can try the --ignore-dependencies flag to skip
that step.
I'm looking into this more closely, will attempt to mimic your setup
and get back to you when I have more information.
--Ryan
I won't get a chance to replicate your situation and test further
until this weekend. Apologies.
On Fri, Jun 15, 2012 at 12:01 PM, llowder
> Since I have the tarball, is there a way I can a) get a list of deps and b)
> manually install them? Do I just unpack into /usr/share/puppet/modules ?
Yes. In the meantime, you can just untar the file and move it into
your module path. You'll need to rename the unpacked folder to match
the actual module name (ex. puppetlabs-stdlib becomes just stdlib).
There should be a Modulefile inside the stdlib folder which describes
the other module dependancies (if any). puppetlabs-stdlib does not
have dependancies on other modules.
Thanks for providing your proxy information from puppet.conf. Is your
system otherwise configured for using a proxy?
Comments in line again
On Friday, June 15, 2012 2:13:08 PM UTC-5, Ryan Coleman wrote:I won't get a chance to replicate your situation and test further
until this weekend. Apologies.
On Fri, Jun 15, 2012 at 12:01 PM, llowder
> Since I have the tarball, is there a way I can a) get a list of deps and b)
> manually install them? Do I just unpack into /usr/share/puppet/modules ?
Yes. In the meantime, you can just untar the file and move it into
your module path. You'll need to rename the unpacked folder to match
the actual module name (ex. puppetlabs-stdlib becomes just stdlib).
There should be a Modulefile inside the stdlib folder which describes
the other module dependancies (if any). puppetlabs-stdlib does not
have dependancies on other modules.
puppet doc -r function.
When I try 'puppet doc -r validate_string' I get 'Could not run: Could not find reference validate_string'
Am I missing something, or doing something wrong?