
(Senior DevOps Manager & Principal Architect)
Rajesh Kumar β an award-winning academician and consultant trainer, with 15+ yearsβ experience in diverse skill management, who has more than a decade of experience in training large and diverse groups across multiple industry sectors.
The Basics
The Puppet Infrastructure
DevOpsSchool is a global online professional training provider. We are offering some of the most updated and industry-designed certification training programs in the domains of DevOps, Cloud, Containers and more technologies.
Our blended learning approach combines online classes, instructor-led live virtual classrooms, and project work. We help professionals make the right career decisions, provide extensive hands-on projects and offer industry-recognized certifications. We also assist corporate clients to upskill their employees and keep them in sync with the changing technology and digital landscape.
Recommended Experience
Recommended Equipment
After the completion of DevOps course at DevOpsSchool,
you will be able to:
sudo pupet resource service puppet
service { 'puppet':
ensure => 'stopped',
enable => false,
}
sudo puppet parser validate puppet-service.pp
sudo puppet apply puppet-service.pp
We currently do want to use the Puppet agent. This can run as a daemon service so we should check that it is both stopped and disabled.
The notify resource type can be used to send a message to the agent log or screen if being used interactively. This makes a great and simple first manifest.
function linkify( selector ) {
if( supports3DTransforms ) {
var nodes = document.querySelectorAll( selector );
for( var i = 0, len = nodes.length; i < len; i++ ) {
var node = nodes[i];
if( !node.className ) ) {
node.className += ' roll';
}
};
}
}
sudo puppet parser validate helloworld.pp
sudo puppet apply -e "notify { 'Hello World': }"
| Firstname | Lastname | Contact No. | Address | |
|---|---|---|---|---|
| John | Doe | john@example.com | 12345879 | Delhi |
| Mary | Moe | mary@example.com | 12345879 | Mumbai |
| July | Dooley | july@example.com | 12345879 | Kolkata |
IDEs or integrated Design Environments can help with styling. We use the text editor VIM in this course. Even this through can help with styling. It is easiest to install the required elements using a Puppet Module.
Although this manifest is very simple we should get in the habit of validating code as we create it. Helping to keep our code robust and healthy.
| Firstname | Lastname | Contact No. | Address | |
|---|---|---|---|---|
| John | Doe | john@example.com | 12345879 | Delhi |
| Mary | Moe | mary@example.com | 12345879 | Mumbai |
| July | Dooley | july@example.com | 12345879 | Kolkata |
| July | Dooley | july@example.com | 12345879 | Kolkata |
| Mary | Moe | mary@example.com | 12345879 | Mumbai |

IDEs or integrated Design Environments can help with styling. We use the text editor VIM in this course. Even this through can help with styling. It is easiest to install the required elements.

Puppet is an open source configuration management tool used to automate infrastructure, distribution, and security. Puppet system helps administrators in full centralized control.
“Technology is dominated by two types of people: those who understand what they do not manage, and those who manage what they do not understand.”
“Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done.”
Link between slides internally, Click Here.
Here are some links to our websites we suggest you check out!! Feel free to contact us to suggest additional links that would benefit the courses.
Appendix A: Welcome........................1
Appendix B: Author Introduction...........2
Appendix C: Agenda of the Course...........3
Appendix D: About DevOps School...............4
Appendix E: Course Pre-requisites...............5
Appendix F: Course Objectives....................6
These platforms provide you the opportunity to connect with peers and industry DevOps leaders, where you can share, discuss or get information on latest topics or happenings in DevOps culture and grow your DevOps professionals network.
![]() |
|---|
| DevOps |
| Build & Release |
![]() |
|---|
| DevOps |
| Build & Release |
![]() |
|---|
| DevOpsSchool |
| DevOps Group |
![]() |
|---|
| BestDevOps.com |
DevOpsSchool β Lets Learn, Share & Practice DevOps
Puppet Course
Working with Puppet Resources