From the course: Puppet Essential Training

Unlock the full course today

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

Create a Puppetfile

Create a Puppetfile - Puppet Tutorial

From the course: Puppet Essential Training

Start my 1-month free trial

Create a Puppetfile

- [Instructor] In order to use our Kibana module, we'll need to create a Puppet file. In order to do this, we'll just click create new file and its Puppet file with a capital P. So let's go over to the Kibana module and we'll go ahead and copy this section under r10k or code manager. We just need to copy these lines into our Puppet file so I'll grab that one and paste it in. In order to use the module and the other modules we'll need, we need to get their dependencies and those dependencies can also have dependencies so we have to sort of go through a little algorithm of working our way through the dependencies recursively. And it seems complicated to explain, but its actually pretty simple to do. So if you open up the dependencies tab from the forge, you can see this module depends on this elastic stack module. So I'll right click and open that in a new window and I'm going to close this Kibana module since we know we…

Contents