Puppet #2 - Installing Puppet server in Vagrant VM (CentOS8)

Опубликовано: 23 Апрель 2026
на канале: itvraag
708
7

In this video we'll install a basic Puppet Master server on a Vagrant VM running CentOS8, which we created in the previous video. Link down below:
How to create a vagrant VM sandbox for puppet server:
   • Puppet #1 - server sandbox using Vagrant  
https://itvraag.nl

RPM download puppet packages: `rpm -Uvh https://yum.puppet.com/puppet6-releas...`

Install puppet and git: `yum install -y puppetserver git`

Install vim: `yum install -y vim-enhanced`