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.

Installing the ELK stack

Installing the ELK stack - Puppet Tutorial

From the course: Puppet Essential Training

Start my 1-month free trial

Installing the ELK stack

- [Instructor] Now that we've got our base modules from the forge, we should be ready to start developing our ELK module. Since we already have the skeleton set up and pushed to GitHub, we can do our editing right here in the GitHub editor. I'm just going to click on manifest, and then go to init.pp. And I'll click the little pencil to edit this. Now, I went ahead and wrote what I think is a good start for this module, and I'm going to just paste it in here and talk through it, rather than having you have to watch me type it all out. This is available in the exercise files, so you should able to copy this as well, if you'd like. And I'll copy this file. And I'll go over to GitHub again, and I'll just paste it in. Now, I'm going to commit this, because then we'll be able to see the syntax highlighting a little bit better. It's a little easier to read when you're not in edit mode. So let's take a look at what we've got. So…

Contents