Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eumel8/puppet-apache
- Owner: eumel8
- Created: 2015-02-07T18:43:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2012-03-01T20:10:55.000Z (almost 13 years ago)
- Last Synced: 2024-10-16T08:48:06.852Z (2 months ago)
- Language: Puppet
- Homepage: http://davalex.net
- Size: 91.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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_php5Refrences:
http://docs.puppetlabs.com/learning/definedtypes.html