April 2016
Intermediate to advanced
594 pages
12h 53m
English
In this appendix, we will cover how to install Puppet on platforms other than CentOS/RHEL 7.
To install the Puppet Package Collection repositories on Debian or Ubuntu, perform the following steps:
The process looks like this for Ubuntu 15.04, the latest version of Ubuntu:
$wgethttps://apt.puppetlabs.com/puppetlabs-release-pc1-vivid.deb...$sudodpkg-ipuppetlabs-release-pc1-vivid.deb...$sudoapt-getupdate...$sudoapt-getinstallpuppet-agent
Some gems used in the book require the following development libraries to compile binary extensions:
[vagrant@client~]$sudoapt-getinstallbuild-essentialrubyruby-dev\libxml2-devlibxslt1-devzlib1g-dev
To install the Puppet Package Collection repositories on Fedora, perform the following steps:
The process looks like this for Fedora 22:
$yuminstall--assumeyes\http://yum.puppetlabs.com/puppetlabs-release-pc1-fedora-22.noarch.rpm...$yuminstall--assumeyespuppet-agent
Puppet Labs provides binary packages for Mac and Windows at Open Source Puppet Downloads. Installation of the Windows package is covered in Chapter 28 ...