Re: [Puppet Users] puppetboard configuration

2022-01-16 Thread Pravin Rane
The easiest way is to get it installed on separate host via puppet dashboard module. ---node.pp # Disable default VHOST in Apache class { 'apache': default_vhost => false, purge_configs => true, } # Configure Puppetboard class { '::puppetboard':

Re: [Puppet Users] SSLv3 alert certificate unkown

2022-01-14 Thread Pravin Rane
Did you try removing and re-signing client certs ? Make sure you remove all CA / CRL and CERTS and client end. On Thursday, January 13, 2022 at 3:36:15 AM UTC+5:30 benri...@gmail.com wrote: > I've had this happen to me before, and usually it was because there was > something more fundamental go

[Puppet Users] Re: puppetboard configuration

2022-01-14 Thread Pravin Rane
There is puppet module for it Try: https://github.com/voxpupuli/puppetboard On Wednesday, January 12, 2022 at 11:45:14 PM UTC+5:30 priyat...@gmail.com wrote: > Hi All, > > Can anyone please help me to set up puppetboard in details steps. > I am able to see only apache webpage . > Its very urgent