Re: [Puppet Users] puppetmaster + hearbeat + mon

2014-02-07 Thread vassiliy vins
sented using > > openssl s_client -connect puppetserver.ops.ss:8445 (assuming that is > your masterport). > > You may need to share the server cert among your masters, not only the > CA cert. > > HTH, > Felix > > On 01/27/2014 06:59 PM, Vassiliy Vins wrote: >

Re: [Puppet Users] Re: CA puppetmaster

2014-01-31 Thread vassiliy vins
On 31 January 2014 13:33, José Luis Ledesma wrote: > I don't have experience with ca in ha, but I think you should copy also ca > private keys. > El 31/01/2014 21:19, "Vassiliy Vins" escribió: > >> So, I have to copy ca/ directory from primary puppetmaster to se

[Puppet Users] Re: CA puppetmaster

2014-01-31 Thread Vassiliy Vins
uppetslave, where it takes from this host name? May be I need to put cert_name line on my secondary puppetmaster? On Wednesday, January 29, 2014 9:37:01 PM UTC-7, Andrew wrote: > > > > On Tuesday, 28 January 2014 09:49:57 UTC+10, Vassiliy Vins wrote: >> >> Hi! >

[Puppet Users] Re: puppet ERROR 400

2014-01-30 Thread Vassiliy Vins
solved thank you On Wednesday, January 15, 2014 2:15:00 PM UTC-7, Vassiliy Vins wrote: > > Hi! > > I've created 2 files: > > file *test.pp* with code : > > class copy { > > file {"testfile": > path => "/home/vassiliy/myfile", &g

Re: [Puppet Users] Re: CA puppetmaster

2014-01-29 Thread vassiliy vins
Thank you, Andrew! I'll try tomorrow. In High Availability I have floating IP (better to say redundant IP). I don't think that we need HA for puppet, but my boss insists on. Regards, Vassiliy On 29 January 2014 21:37, Andrew wrote: > > > On Tuesday, 28 January 2014 09:49:

[Puppet Users] CA puppetmaster

2014-01-27 Thread Vassiliy Vins
Hi! I have 2 puppetmasters with High availability configuration. If first dead, second starts. Could you tell me which file from $ssl_dir of primary should I copy to secondary puppetmaster that clients recognize it as primary one? Any amendments should I make inside files? Thank you -- Y

[Puppet Users] puppetmaster + hearbeat + mon

2014-01-27 Thread Vassiliy Vins
Hi! 2 puppetmasters and 1 client installed on VMware. I'm using puppetversion 3.4.2 on all 3 hosts 2 pupetmasters, one as primary (hostname =puppetserver.ops.ss) , second (hostname=puppetslave) as secondary, client (hostname=client.ops.ss). High availability and all other steps - exactly a

[Puppet Users] puppet ERROR 400

2014-01-15 Thread Vassiliy Vins
Hi! I've created 2 files: file *test.pp* with code : class copy { file {"testfile": path => "/home/vassiliy/myfile", source => "puppet:///mpoint/client1/testfile", mode => '644' } } and file site.pp wuth code: import "test.pp" node client1 { include copy } in fileserver.conf was created sec