Product SiteDocumentation Site

13.2.3. Installating the Webserver Module

There is various ways to install the webserver module for Puppet.

13.2.3.1. Using Git

To install the webserver module, clone the GIT repository:
$ git clone git://git.puppetmanaged.org/puppet/webserver/
Checkout either of the following branches:
  • development
    "Unstable" branch, and also the default branch.
    $ git checkout --track -b development origin/development
    
  • testing
    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
    
  • production
    The most stable branch in this module, and Puppet's default environment.
    $ git checkout --track -b production origin/production