Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Tags: Nascom/puppetlabs-apache

Tags

0.5.0-rc1

Toggle 0.5.0-rc1's commit message
version 0.5.0-rc1

0.4.0

Toggle 0.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request puppetlabs#90 from hunner/release_0.4.0

Release 0.4.0

0.3.0

Toggle 0.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 0.3.0

Changes:
- Add `docroot_owner` and `docroot_group` parameters apache::vhost
- Deprecate apache::{dev,php,proxy,python,ssl} in favor of their
  apache::mod::* equivalents and update docs
- Update rakefile/spec for puppetlabs_spec_helper gem

Bugfixes:
- Add dependency for mod.d directory after package
- Fix apache::vhost::proxy and apache::vhost::redirect to create *.conf
  files

0.2.2

Toggle 0.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 0.2.2

Bugfix:
- Remove apache::mod::mem_cache by default to match RedHat support

0.2.1

Toggle 0.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 0.2.1

Bugfixes:
- Add missing dependency for package -> a2mod
- Remove apache::mod::file_cache by default for CentOS 6 compatibility

0.2.0

Toggle 0.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 0.2.0

Changes:
- Add `serveradmin` parameter to base class
- Add ability to specify libs with different names
- Add apache::mod::cache
- Add apache::mod::cgi
- Add apache::mod::dav
- Add apache::mod::dav_fs
- Add apache::mod::disk_cache with template
- Add apache::mod::php with template
- Add apache::mod::proxy with themplate
- Add apache::mod::proxy_html with template
- Add apache::mod::proxy_http
- Add apache::mod::userdir with template
- Remove unneeded mods from apache::mod::default
- Update tests

Bugfixes:
- Fix apache::mod::auth_basic class
- Several to redhat a2mod provider for mod file handling

0.1.2

Toggle 0.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 0.1.2

Changes:
- Add simple a2mod redhat provider which uses /etc/httpd/mod.d
- Template httpd.conf
- Make apache mods managed by a2mod and apache::mod
- Add example apache::mod::* classes to load modules.
- Add mod package list to apache::params

0.1.1

Toggle 0.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 0.1.1

- Add proxy mods for vhost::proxy
- Use $osfamily instead of $operatingsystem
- Update documentation
- Clean up formatting

0.1.0

Toggle 0.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 0.1.0

Changes since 0.0.4:
- Apache licensed
- Added gentoo a2mod provider
- Added apache::mod::auth_kerb
- Added Amazon linux support
- Added serveradmin parameter to apache::vhost
- Added override parameter to apache::vhost
- Added logroot parameter to apache::vhost
- Added ensure parameter to apache::vhost
- Added no_proxy_uris parameter to apache::vhost::proxy
- Added ability for multiple vhosts with the same docroot
- Various bugfixes