13.2.3. Installating the Webserver Module
To install the webserver module, clone the GIT repository:
$ git clone git://git.puppetmanaged.org/puppet/webserver/
Checkout either of the following branches:
"Unstable" branch, and also the default branch.
$ git checkout --track -b development origin/development
Another unstable branch, but no typos or other fatal errors as far as the webserver module itself is concerned. This branch is used to test the module in a completely managed environment (e.g. tests for conflicts with other modules used).
$ git checkout --track -b testing origin/testing
The most stable branch in this module, and Puppet's default environment.
$ git checkout --track -b production origin/production