Document

SUBSCRIBE TO GET FULL ACCESS TO THE E-BOOKS FOR FREE 🎁SUBSCRIBE NOW

Professional Dropdown with Icon

SUBSCRIBE NOW TO GET FREE ACCESS TO EBOOKS

Category Education

Puppet Resources

Puppet Resource Resources are one of the key fundamental units of Puppet used to design and build any particular infrastructure or a machine. They are mainly used for modeling and maintaining system configurations. Puppet has multiple type of resources, which…

Puppet Installation

Puppet- Installation Step 1: Update Package List Before you start the installation process, update the list of available packages: sudo apt-get update -y   Step 2: Set Up Hostname Resolution   With Puppet, master and client nodes communicate using hostnames. Before…

 Jenkins Installation

 Jenkins Installation apt-get  update  apt-get  install  openjdk-8-jdk  java -version wget -qO – | apt-key add – sudo sh -c ‘echo deb binary/ > /etc/apt/sources.list.d/jenkins.list’ sudo apt-get update NOTE:- INCASE IF YOU GET CERTIFICATE ERROR THEN RUN BELOW COMMAND …