This is collection of slides for presentation and workshops about Puppet.
This is part of The [DevOps] Guide to Puppet, Universe, and Everything:
- An Open Source book [TODO]
- A set of sample Puppet code architectures. Evolved into the psick project
- A collection of slides decks (this repo)
- The Puppet Universal Reference [TODO]
- A collection of Puppet cheatsheets [TODO]
We have different slides deck, for different purposes and skills:
- Puppet Beginner (Puppet usage and language basics) Online rendered Slides
- Puppet that Matters (Practical and useful stuff to know in order Deeper into Puppet language and components)
They are licensed under the Creative Commons Attribution-NonCommercial terms: they are free to use for not commercial purposes (you can use them for internal trainings in your company, but not for commercial trainings to your customers, unless you earn this right by sponsoring them.
Sponsorships include:
- Your Logo on the main slide
- Social communication (Newsletter, Twitter, LinkedIN, Facebook, Google group... ) about the sponsorship
- LEGAL RIGHTS to use the slides for commercial purposes
- The certainty that the slide deck will be done in a given time period
For sponsorship opportunities contact example42.
Slides are in markdown format and are rendered using Puppet's showoff tool.
You can find the slides markdown files under the _slides
directory. They are linked and used in the different decks according to what is defines in the showoff.json
file of each deck directory.
In order to show them you have to install showoff:
gem install showoff
Then move to the section you want to present and run showoff:
cd Beginner
showoff serve
Browse to http://127.0.0.1:9090 to see the slides.
Type t
to show the table of contents.