example42/puppet-apache

Name: puppet-apache

Owner: Example42

Description: Apache Puppet Module

Created: 2012-02-26 08:41:11.0

Updated: 2017-07-19 16:21:33.0

Pushed: 2017-01-12 11:11:15.0

Homepage: http://www.example42.com

Size: 205

Language: Puppet

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Deprecation notice

This module was designed for Puppet versions 2 and 3. It should work also on Puppet 4 but doesn't use any of its features.

The current Puppet 3 compatible codebase is no longer actively maintained by example42.

Still, Pull Requests that fix bugs or introduce backwards compatible features will be accepted.

Puppet module: apache

This is a Puppet apache module from the second generation of Example42 Puppet Modules.

Made by Alessandro Franceschi / Lab42

Official site: http://www.example42.com

Official git repository: http://github.com/example42/puppet-apache

Released under the terms of Apache 2 License.

This module requires functions provided by the Example42 Puppi module.

For detailed info about the logic and usage patterns of Example42 modules read README.usage on Example42 main modules set.

USAGE - Module specific usage
USAGE - Basic management
USAGE - Default server management
USAGE - Overrides and Customizations
USAGE - Hiera Support
he::template: 'modules/apache/apache2.conf.erb'
he::options:
meout: '300'
epalive: 'On'
xkeepaliverequests: '100'
epalivetimeout: '5'
he::virtualhost_hash:
ysite.com':
documentroot: '/var/www/mysite.com'
aliases: 'www.mysite.com'
he::htpasswd_hash:
yuser':
crypt_password: 'password1'
htpasswd_file: '/etc/apache2/users.passwd'
he::listen_hash:
080':
namevirtualhost: '*'
he::module_hash:
tatus':
ensure: present
USAGE - Example42 extensions management

Build Status


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.