Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eumel8/puppet-apache

Puppet module for apache. Mainly focused on OpenSuse / SLES
https://github.com/eumel8/puppet-apache

Last synced: 21 days ago
JSON representation

Puppet module for apache. Mainly focused on OpenSuse / SLES

Awesome Lists containing this project

README

        

Introduction:

This is yet another apache module for Puppet. This module is adapted to work with OpenSuse and SLES servers.
Parts of the vhost manifest is copied from puppetlabs's torturial.

Usage:

apache::vhost {'example.com':
port => 80,
docroot => '/srv/www/example.com',
priority => 25,
servername => 'example.com',
serveraliases => 'www.example.com',
}

apache::vhost also creates the docroot directory.

Packages installed:
apache2
apache2-prefork
apache2-mod_php5

Refrences:

http://docs.puppetlabs.com/learning/definedtypes.html