Also I tried upgrading puppet and got the same results. vagrant@vagrant-debian-squeeze:/tmp/vagrant-puppet/manifests$ sudo apt-show-versions | grep puppet facter/squeeze uptodate 1.6.12-1puppetlabs2 puppet/squeeze uptodate 2.7.19-1puppetlabs2 puppet-common/squeeze uptodate 2.7.19-1puppetlabs2 puppetlabs-release/squeeze uptodate 1.0-5
On Monday, October 1, 2012 10:18:25 AM UTC+10, drew khoury wrote: > > 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:[email protected] --modulepath '/tmp/vagrant-puppet/modules-0' > /tmp/vagrant-puppet/manifests/default.pp > sudo puppet apply --debug --verbose --http_proxy_host= > http://user:[email protected] --modulepath '/tmp/vagrant-puppet/modules-0' > /tmp/vagrant-puppet/manifests/default.pp > sudo puppet apply --debug --verbose --http_proxy_host=" > http://user:[email protected]" --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/-/t21ZthYb_YoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
