Skip to content

Tags: oldwind/puppetlabs-apache

Tags

0.8.1

Toggle 0.8.1's commit message
Merge pull request puppetlabs#269 from hunner/release_0.8.1

Release 0.8.1

0.8.0

Toggle 0.8.0's commit message
Merge pull request puppetlabs#255 from hunner/release_0.8.0

Release 0.8.0

0.7.0

Toggle 0.7.0's commit message
Merge pull request puppetlabs#247 from hunner/release_0.7.0

Release 0.7.0

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