search for: http_proxy_host

Displaying 10 results from an estimated 10 matches for "http_proxy_host".

2012 Oct 01
7
Passing http_proxy_host option
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:pass@fqdn.com.au --modulepath ''/tmp/vagrant-puppet/modules-0'' /tmp/vagrant-puppet/manifests/default.pp sudo puppet apply --debug --verbo...
2013 Jun 11
1
Dashboard - Unable to submit report to http://127.0.0.1:3000/reports/upload [301] Moved Permanently
...= /var/log/puppet # Where Puppet PID files are kept. # The default value is ''$vardir/run''. rundir = /var/run/puppet # Where SSL certificates are kept. # The default value is ''$confdir/ssl''. ssldir = $vardir/ssl # Proxy settings http_proxy_host = xxxxxx.xxxxxxxxx.xxx http_proxy_port = 3128 [master] reporturl = http://127.0.0.1:3000/reports/upload reports = store, http dns_alt_names = xxxxxx.xxxxxxxxx.xxx Can someone help me with this? Thanks Olivier Trempe -- You received this message because you are subscribed to t...
2007 Jun 20
4
puppetmaster through HTTP proxy
I have a test area network that is not routed to the production network because of IP address space re-use between the two networks. I would like the puppetmaster to serve both the production and test area networks. The puppetmaster is on the production network. I understand the puppet to puppetmaster connect to be HTTP using SSL. Can I somehow setup the puppet clients to use an HTTP
2010 May 25
0
Using Puppet via a proxy.
Hi All, There is no direct connection between the hosts I am managing and the Puppetmaster. I have added the "http_proxy_host" option to the "[main]" section of the Puppet config file (/etc/puppet/puppet.conf) on the machine to be managed. The proxy server is squid and I had to add the Puppet port to the "Safe_ports" ACL list and also allow usage of the "CONNECT" method for that port. H...
2013 Dec 08
1
The error we caught said '407 "authenticationrequired"' during module install behind proxy
...ng from https://forge.puppetlabs.com ... Error: Could not connect to https://forge.puppetlabs.com There was a network communications problem The error we caught said ''407 "authenticationrequired"'' Check your network connection and try again setting the values http_proxy_host and http_proxy_port inside puppet.conf doesnt help either, as there is a no way I can set username and password there. Is there a workaround for this? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group an...
2012 Jul 04
8
on puppet master server , puppet agent can't connect to itself
...SSL certificates are kept. # The default value is ''$confdir/ssl''. certname = puppet.domain.com reports = store, http ,foreman reporturl = http://puppet.domain.com:3000/reports/upload modulepath = $confdir/modules manifest = $confdir/manifests/site.pp http_proxy_host = proxy.domain.com http_proxy_port = 8080 [dev] modulepath = $confdir/env/dev/modules manifest = $confdir/env/dev/manifests/site.pp [testing] modulepath = $confdir/env/testing/modules manifest = $confdir/env/testing/manifests/site.pp [agent] # The file in which puppetd...
2012 Sep 07
1
Set http_proxy environment variable for package install?
Hi, I''m attempting to use Puppet with Vagrant to setup some boxes. My desktop is sitting behind a corporate HTTP proxy. This is my current (rather Spartan) manifests file: package { "python-pip": > ensure => "installed" > } > package { "build-essential": > ensure => "installed" > } When I do this, Vagrant appears to
2012 Aug 23
1
Puppet Agent VS User
...r/lib/puppet/ssl/certs/vusion-production.pem hostcrl = /var/lib/puppet/ssl/crl.pem hostcsr = /var/lib/puppet/ssl/csr_vusion-production.pem hostprivkey = /var/lib/puppet/ssl/private_keys/vusion-production.pem hostpubkey = /var/lib/puppet/ssl/public_keys/vusion-production.pem http_compression = false http_proxy_host = none http_proxy_port = 3128 httplog = /var/log/puppet/http.log ignorecache = false ignoreimport = false ignoreschedules = false inventory_port = 8140 inventory_server = puppet inventory_terminus = facter keylength = 1024 lastrunfile = /var/lib/puppet/state/last_run_summary.yaml lastrunreport = /v...
2012 Jun 15
8
Puppet Forge question
I''m running puppet in a local VM to do some testing, and all of our systems are behind a proxy. I''ve got the http_proxy environment variable set properly, but when I try to use puppet module install <foo> it doesn''t seem to honor it and can''t connect. I used wget to download it, but even when I use modulepath it still tries to connect to the forge and
2011 Nov 04
1
Storeconfigs and nagios and foreman
...kept. # The default value is ''$confdir/ssl''. ssldir = /etc/puppet/ssl # The HTTP proxy host to use for outgoing connections. Note: You # may need to use a FQDN for the server hostname when using a proxy. # The default value is ''none''. # http_proxy_host = none # The private key directory. # The default value is ''$ssldir/private_keys''. privatekeydir = /etc/puppet/ssl/private_keys # From where to retrieve plugins. The standard Puppet `file` type # is used for retrieval, so anything that is a valid file source...