Skip to content

PacktPublishing/Puppet-Essentials-Third-Edition

Repository files navigation

Puppet 5 Essentials - Third Edition

This is the code repository for Puppet 5 Essentials - Third Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Puppet Essentials, Third Edition gets you started quickly with Puppet and its tools in the right way. It highlights improvements in Puppet and provides solutions for upgrading. This edition also covers Puppet/Docker integration. It starts with a quick introduction to Puppet to quickly get your IT automation platform in place. Then you learn about the Puppet Agent and its installation and configuration along with Puppet Server and its scaling options. The book adopts an innovative structure and approach, and Puppet is explained with flexible use cases that empower you to manage complex infrastructures easily.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

service { 'puppet': enable => false }
cron { 'puppet-agent-run':
  user    => 'root',
  command =>
    'puppet agent --no-daemonize --onetime --
     logdest=syslog',
   minute => fqdn_rand(60),
   hour   => absent,
} 

You need Debian 8+ or Ubuntu 14+, and physical/virtual x86.

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787284715

About

Code repository for Puppet 5 Essentials Third Edition, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •