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:
>
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
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!
>
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
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:
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
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
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