May 2017
Beginner
268 pages
6h 1m
English
Now that we know how to find and install public Puppet modules, let's see how to use them. We'll work through a few examples—using the puppetlabs/mysql module to set up a MySQL server and database, using the puppetlabs/apache module to set up an Apache website, and using puppet/archive to download and unpack a compressed archive. After you've tried out these examples, you should feel quite confident in your ability to find an appropriate Puppet module, add it to your Puppetfile, and deploy it with r10k.
Follow these steps to install and use the puppetlabs/mysql module:
cd /etc/puppetlabs/code/environments/production ...Read now
Unlock full access