Hi,

I've been trying to pass the http_proxy_host option to puppet but it's not 
taking.

I have tried the following:
sudo puppet apply --debug --verbose --http_proxy_host 
http://user:p...@fqdn.com.au --modulepath '/tmp/vagrant-puppet/modules-0' 
/tmp/vagrant-puppet/manifests/default.pp
sudo puppet apply --debug --verbose 
--http_proxy_host=http://user:p...@fqdn.com.au --modulepath 
'/tmp/vagrant-puppet/modules-0' /tmp/vagrant-puppet/manifests/default.pp
sudo puppet apply --debug --verbose 
--http_proxy_host="http://user:p...@fqdn.com.au"; --modulepath 
'/tmp/vagrant-puppet/modules-0' /tmp/vagrant-puppet/manifests/default.pp

Do I have a problem with my syntax? Can anyone offer me a proper solution 
for how to successfully pass the http_proxy_host option to puppet?

I've checked and the settings dont look like they've taken:

# DEBUG
# ---------------------------------------------------------------
vagrant@vagrant-debian-squeeze:~$ puppet --configprint all | grep proxy
http_proxy_host = none
http_proxy_port = 3128
# ---------------------------------------------------------------

# INFO
# ---------------------------------------------------------------
vagrant@vagrant-debian-squeeze:/tmp/vagrant-puppet/manifests$ sudo 
apt-show-versions | grep puppet
puppet/squeeze uptodate 2.6.2-5+squeeze6
puppet-common/squeeze uptodate 2.6.2-5+squeeze6
# ---------------------------------------------------------------


I should say I originally tried to do this with Vagrant (see here for more 
info https://groups.google.com/forum/?fromgroups=#!topic/vagrant-up/IW97AZbxdVc 
) although I eventually realised I couldn't even do this through puppet so 
I'm keen on trying to solve both issues.

Thanks, Drew.

-- 
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/-/pJflxk94Y2kJ.
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