From the course: Puppet Essential Training

Unlock the full course today

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

ELK role and profile

ELK role and profile - Puppet Tutorial

From the course: Puppet Essential Training

Start my 1-month free trial

ELK role and profile

- [Instructor] So our elk module should be ready to go, but we need to get it into our puppetfile. Let me go ahead and edit the puppetfile. All of our modules so far have been downloaded directly from the forge, but the puppetfile actually will support downloading modules from GitHub and other git sources. So I'll create a new line here for my module and I'll say mod and then the name of it. And then I'm going to do a comma. And on the next like I'll indent two spaces and say colon git and then a space and an equal greater than to create a little arrow there. And then I want to paste in the URL of my git repo. Instead of trying to type that I'm going to click over here or on my module and click clone and then I'll copy the URL. And I can just paste that into my puppetfile. And I'll have a closing quote there. So now that's all I need to get that module, so I can commit this to production. And I'll go back to the root…

Contents