osetrend.blogg.se

Puppet agent 6.4 download ubuntu 14.04
Puppet agent 6.4 download ubuntu 14.04













sudo apt update sudo apt install puppet-agent -yġ0. Once you configured the PPA, Install the Puppet agent package on all client servers. Now, download and install latest Puppet debian package to configure PPA on your client node: wget sudo dpkg -i bĩ. Step 3 – Install Puppet Agent (Client Node)įirst of all, make sure you already have updated hosts file entries defines in step 1 in all client nodes.Ĩ. Now, start with the configuration of all client node. You will see the service status as running. Once service is started, verify the service status with: sudo systemctl status puppetserver Next, start the Puppet service and set it to auto-start on system boot: sudo systemctl start puppetserver sudo systemctl enable puppetserverħ. To save file with nano editor press Ctrl + X and then type Y to save the changes.Ħ. Save you changes and close puppetserver file. Reduce the memory size to 1GB or any other value: JAVA_ARGS="-Xms 1g -Xmx 1g =_4jLogger" In case your server doesn’t have enough memory. The default puppet server file configured to use 2GB of memory. Edit the puppet server file by using: sudo nano /etc/default/puppetserver After successfully installation of all the Puppet packages. Once you added the PPA, update Apt cache and install the Puppet server with the following command: sudo apt update sudo apt install puppetserver -yĥ. Install latest Puppet debian package to configure PPA on the master node: wget sudo dpkg -i bĤ. Now, login to the Master node with the shell accessģ. Step 2 – Install Puppet Server (Master Node) To save file with nano editor press Ctrl + X and then type Y and press Enter to save the change and close file. 10.132.14.242 is the IP address of another client node.10.132.14.240 is the IP address of the client node.10.132.14.239 is the IP address of the master node.Add the following entries at the end of each hosts file: 10.132.14.239 puppetmaster puppet

puppet agent 6.4 download ubuntu 14.04

Login to the master and each client node one by one and edit /etc/hosts file: sudo nano /etc/hostsĢ. So its good to start with assigning a unique hostname for each node.ġ. Puppet master and client nodes uses hostnames to communicate with each other. All systems must be connected with each other over private or public network.Shell access to all systems with sudo privileged account.Two or more running Ubuntu 20.04 systems, one for master and other clients.This tutorial help you to install and configure Puppet master and agent nodes on Ubuntu 20.04 Linux systems.















Puppet agent 6.4 download ubuntu 14.04