[Puppet Users] Snippet: Apache vHost to proxy to central CA and local puppet server

2015-06-08 Thread Thomas Müller
hi If you have a centralized ca you can proxy the certificate traffic to the central puppet ca service (1). And forward all the other traffic to the local puppet server (2, 3). The snippet requires puppetlabs-apache module > 1.4.1 as it won't include the proxy template with $proxy_pass_match o

Re: [Puppet Users] Creating Windows MSI for puppet agent

2015-06-08 Thread Puppeteer
Hi Rob, The application event log does not have any information with respect to Puppet. There is no log named Puppet. Also when I run the agent from the command I get the following message: "cannot load such file -- facter". I have attached the screenshot. Regards, Deepak. On Tuesday, 9 June

Re: [Puppet Users] 8K node infrastructure and CA setup

2015-06-08 Thread Trevor Vaughan
Hi Corey, That setup should work just fine and be even easier now that everything has a solid set of certs that don't cross over at all. If you're using PE, be sure to properly generate your role certificates that are used by the Console, ActiveMQ, etc... Trevor On Mon, Jun 8, 2015 at 10:25 PM,

[Puppet Users] 8K node infrastructure and CA setup

2015-06-08 Thread Corey Osman
Has anybody used this setup before? Any caveats? https://docs.puppetlabs.com/puppet/3.8/reference/config_ssl_external_ca.html#option-3-two-intermediate-cas-issued-by-one-root-ca Does this still apply when using puppet server 2.1? Corey -- You received this message because you are subscribed

[Puppet Users] beaker: parallel run of "on" function

2015-06-08 Thread Artur Gadelshin
Hello. I've started to use beaker and was really surprised. I have nodeset which contains 1 puppetmaster + puppetdb and 10 agents. I want to parallel run for tests like that describe 'puppet run #1' do it 'should run without errors' do on agents, puppet("agent -t"), :acceptable_exit_c

Re: [Puppet Users] Setting puppet.client_cert_path and puppet.client_private_key_path on Windows

2015-06-08 Thread Rob Reynolds
On Tue, Jun 2, 2015 at 12:49 PM, Pablo Gosse wrote: > I'm trying to bring up a Vagrant box on a Windows host, and provision it > using the puppet agent provisioner. Here's the pertinent section of my > Vagrantfile: > > config.vm.provision "puppet_server" do |puppet| > puppet.puppet_server =

Re: [Puppet Users] Creating Windows MSI for puppet agent

2015-06-08 Thread Rob Reynolds
On Mon, Jun 8, 2015 at 2:00 AM, Puppeteer wrote: > Hi Melissa, > > Thanks for you response. That is something that I will look into (pretty > new to all these things). > > I got the puppet_for_the_win working by modifying foss-stable.yaml by > including the following lines from foss-4.0-x86.yaml: