From the course: Learning Puppet (2017)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Manage more nodes

Manage more nodes - Puppet Tutorial

From the course: Learning Puppet (2017)

Start my 1-month free trial

Manage more nodes

- [Instructor] Now that you've got your roles and profiles ready, it's time to start managing some nodes. You could start up additional VMs, but since this is just for learning, you can use the docker agent module to spin up some simulated puppet nodes. This module is just for educational purposes. It installs docker on the master and deploys a couple of containers that behave like separate nodes. Because the module wasn't getting updated very often and since it's only used for training provided by Puppet, I decided to create my own fork in my own name space that we can use for this course. So we don't have to worry about updates causing issues. The original module is under the PL training docker agent name space. So if you want to check out that in the original project, please feel free. To install the module we're going to add the module itself and its dependencies to the Puppet file. So first I'm going to look at module…

Contents