#148 Installing a connecting an agent to the DB server - Rmhibbert/oe2-group-c GitHub Wiki
Step by step
link to the ticket: https://rt.dataraster.com/Ticket/Display.html?id=148
Description: Install puppet package
Command: wget https://apt.puppet.com/puppet7-release-jammy.deb sudo dpkg -i puppet7-release-jammy.deb sudo apt update
sudo apt install puppet-agent -y
Description: Edit the config files
Command: sudo nano /etc/puppetlabs/puppet/puppet.conf
Description: Start and enable puppet
Command: sudo systemctl start puppet sudo systemctl enable puppet
Description: Verify if the puppet is running
Command: sudo systemctl status puppet
Description: Connect your agent to the puppet server
Command: sudo puppet agent --server=mgmt-c --no-daemonize --verbose --onetime
Description: we signed the certificate on management and now its connected
Command: