You can use below command to update puppet client certificate using below commands. Go to your puppet master and clean client certificate: # puppetserver ca clean <hostname> Now login to client and run below commands: # systemctl stop puppet # rm -r /var/lib/puppet/ssl # systemctl start puppet On Server go and register if needed: # […]
Puppet is a powerful tool for automating and managing the configuration of infrastructure and applications. It helps in consistency, reliability, and scalability in their IT environments.For installation of puppetserver and agent. We need to follow below steps. Puppet tool uses a agent to work which will be installed on all clients you want to register. […]
Recent Blog