-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This module update commit was generated by Bade. For more info please check https://github.com/paramite/bade This commit is setting modules to following state: apache - initial commit: 769ff36 ceilometer - initial commit: 6e90748 certmonger - initial commit: 5fbf10f cinder - initial commit: 2da616a4a52d3086fe3a291b9199fc7313575504 common - initial commit: 2c0ed2844c606fd806bde0c02e47e79c88fab4a9 concat - initial commit: 07bba0b firewall - initial commit: d5a10f5 galera - initial commit: e35922bbb31ef2e6a86c7973cbafea96a8b160af glance - initial commit: 3c074d708c8980c47e83a80b1a4359189a1332b1 gluster - initial commit: 6c962083d8b100dcaeb6f11dbe61e6071f3d13f0 haproxy - initial commit: f381510e940ee11feb044c1c728ba2e5af807c79 heat - initial commit: e9e1ba0 horizon - initial commit: 16b482ea21a70d8dd06ab4c98ac5a218399b0213 inifile - initial commit: fe9b0d5 keystone - initial commit: 605161f memcached - initial commit: 49dbf10 module-data - initial commit: 159fc5e0e21ce9df96c777f0064b5eca88e29cae mongodb - initial commit: 3f392925710f1758a95f1775d700b5fb787a003d mysql - initial commit: c70fc13 n1k-vsm - initial commit: 69ff094069506f98431182c6097b3b6b9ea6fdb9 nagios - initial commit: 56a1eee350c4600bb12e017d64238fb3f876abd4 neutron - initial commit: dcd122e nova - initial commit: a79e5338df5f85cb299183e54b39e8a22a640f59 nssdb - initial commit: b3799a9a7c62c3b5b7968f9860220a885b45fb8a openstack - initial commit: d81d2d86280d5739cc896a48b68d7309e765047a openstacklib - initial commit: c374bed10f8af6000601fa407ebaef0833e1999c pacemaker - initial commit: 0ed9ee8a29c0f27e86727d415b39d2715332df7d puppet - initial commit: bd467cae15eba9ca44274034d2593b0eaf30518d qpid - initial commit: 1f0c32b39ad17e7acbd440b50fb6f0875971f5e1 rabbitmq - initial commit: cbda1ce rsync - initial commit: 357d51f3a6a22bc3da842736176c3510e507b4fb sahara - initial commit: f4e5681cfb289113be1ba49c12709145ecbad938 ssh - initial commit: d6571f8 staging - initial commit: 887275d8fb20e148c6f9eb327f1f6c8ea5ee280f stdlib - initial commit: 62e8c1d swift - initial commit: 3ea00440361ff2452561d2cce808d938e39cce56 sysctl - initial commit: c4486acc2d66de857dbccd8b4b945ea803226705 tempest - initial commit: 7a3369949fc8af41e190dd8115391354a7575ecb vcsrepo - initial commit: 6f7507a2a48ff0a58c7db026760a2eb84e382a77 vlan - initial commit: c937de75c28e63fba8d8738ad6a5f2ede517e53d vswitch - initial commit: 17b62e56e07eeed25fd2aaef278a16c97155a115 xinetd - initial commit: 6b02de8
- Loading branch information
Showing
2,229 changed files
with
150,313 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
fixtures: | ||
repositories: | ||
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git" | ||
concat: "git://github.com/puppetlabs/puppetlabs-concat.git" | ||
symlinks: | ||
apache: "#{source_dir}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.pkg | ||
Gemfile.lock | ||
vendor | ||
spec/fixtures | ||
.rspec_system | ||
.bundle | ||
.*sw* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
default_set: 'centos-64-x64' | ||
sets: | ||
'centos-59-x64': | ||
nodes: | ||
"main.foo.vm": | ||
prefab: 'centos-59-x64' | ||
'centos-64-x64': | ||
nodes: | ||
"main.foo.vm": | ||
prefab: 'centos-64-x64' | ||
'fedora-18-x64': | ||
nodes: | ||
"main.foo.vm": | ||
prefab: 'fedora-18-x64' | ||
'debian-607-x64': | ||
nodes: | ||
"main.foo.vm": | ||
prefab: 'debian-607-x64' | ||
'debian-70rc1-x64': | ||
nodes: | ||
"main.foo.vm": | ||
prefab: 'debian-70rc1-x64' | ||
'ubuntu-server-10044-x64': | ||
nodes: | ||
"main.foo.vm": | ||
prefab: 'ubuntu-server-10044-x64' | ||
'ubuntu-server-12042-x64': | ||
nodes: | ||
"main.foo.vm": | ||
prefab: 'ubuntu-server-12042-x64' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--no-single_quote_string_with_variables-check | ||
--no-80chars-check | ||
--no-class_inherits_from_params_class-check | ||
--no-class_parameter_defaults-check | ||
--no-documentation-check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
branches: | ||
only: | ||
- master | ||
language: ruby | ||
bundler_args: --without development | ||
script: "bundle exec rake spec SPEC_OPTS='--format documentation'" | ||
after_success: | ||
- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng | ||
- .forge-releng/publish | ||
rvm: | ||
- 1.8.7 | ||
- 1.9.3 | ||
- 2.0.0 | ||
env: | ||
matrix: | ||
- PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0" | ||
- PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0" | ||
- PUPPET_GEM_VERSION="~> 3.0" | ||
global: | ||
- PUBLISHER_LOGIN=puppetlabs | ||
- secure: |- | ||
MO4pB4bqBQJjm2yFHf3Mgho+y0Qv4GmMxTMhzI02tGy1V0HMtruZbR7EBN0i | ||
n2CiR7V9V0mNR7/ymzDMF9yVBcgqyXMsp/C6u992Dd0U63ZwFpbRWkxuAeEY | ||
ioupWBkiczjVEo+sxn+gVOnx28pcH/X8kDWbr6wFOMIjO03K66Y= | ||
matrix: | ||
fast_finish: true | ||
exclude: | ||
- rvm: 1.9.3 | ||
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0" | ||
- rvm: 1.9.3 | ||
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0" | ||
- rvm: 2.0.0 | ||
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0" | ||
- rvm: 2.0.0 | ||
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0" | ||
- rvm: 1.8.7 | ||
env: PUPPET_GEM_VERSION="~> 3.2.0" | ||
notifications: | ||
email: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,209 @@ | ||
## 2014-01-31 Release 0.11.0 | ||
### Summary: | ||
|
||
This release adds preliminary support for Windows compatibility and multiple rewrite support. | ||
|
||
### Backwards-incompatible Changes: | ||
|
||
- The rewrite_rule parameter is deprecated in favor of the new rewrite parameter | ||
and will be removed in a future release. | ||
|
||
### Features: | ||
|
||
- add Match directive | ||
- quote paths for windows compatibility | ||
- add auth_group_file option to README.md | ||
- allow AuthGroupFile directive for vhosts | ||
- Support Header directives in vhost context | ||
- Don't purge mods-available dir when separate enable dir is used | ||
- Fix the servername used in log file name | ||
- Added support for mod_include | ||
- Remove index parameters. | ||
- Support environment variable control for CustomLog | ||
- added redirectmatch support | ||
- Setting up the ability to do multiple rewrites and conditions. | ||
- Convert spec tests to beaker. | ||
- Support php_admin_(flag|value)s | ||
|
||
### Bugfixes: | ||
|
||
- directories are either a Hash or an Array of Hashes | ||
- Configure Passenger in separate .conf file on RH so PassengerRoot isn't lost | ||
- (docs) Update list of `apache::mod::[name]` classes | ||
- (docs) Fix apache::namevirtualhost example call style | ||
- Fix $ports_file reference in apache::listen. | ||
- Fix $ports_file reference in Namevirtualhost. | ||
|
||
|
||
## 2013-12-05 Release 0.10.0 | ||
### Summary: | ||
|
||
This release adds FreeBSD osfamily support and various other improvements to some mods. | ||
|
||
### Features: | ||
|
||
- Add suPHP_UserGroup directive to directory context | ||
- Add support for ScriptAliasMatch directives | ||
- Set SSLOptions StdEnvVars in server context | ||
- No implicit <Directory> entry for ScriptAlias path | ||
- Add support for overriding ErrorDocument | ||
- Add support for AliasMatch directives | ||
- Disable default "allow from all" in vhost-directories | ||
- Add WSGIPythonPath as an optional parameter to mod_wsgi. | ||
- Add mod_rpaf support | ||
- Add directives: IndexOptions, IndexOrderDefault | ||
- Add ability to include additional external configurations in vhost | ||
- need to use the provider variable not the provider key value from the directory hash for matches | ||
- Support for FreeBSD and few other features | ||
- Add new params to apache::mod::mime class | ||
- Allow apache::mod to specify module id and path | ||
- added $server_root parameter | ||
- Add Allow and ExtendedStatus support to mod_status | ||
- Expand vhost/_directories.pp directive support | ||
- Add initial support for nss module (no directives in vhost template yet) | ||
- added peruser and event mpms | ||
- added $service_name parameter | ||
- add parameter for TraceEnable | ||
- Make LogLevel configurable for server and vhost | ||
- Add documentation about $ip | ||
- Add ability to pass ip (instead of wildcard) in default vhost files | ||
|
||
### Bugfixes: | ||
|
||
- Don't listen on port or set NameVirtualHost for non-existent vhost | ||
- only apply Directory defaults when provider is a directory | ||
- Working mod_authnz_ldap support on Debian/Ubuntu | ||
|
||
## 2013-09-06 Release 0.9.0 | ||
### Summary: | ||
This release adds more parameters to the base apache class and apache defined | ||
resource to make the module more flexible. It also adds or enhances SuPHP, | ||
WSGI, and Passenger mod support, and support for the ITK mpm module. | ||
|
||
### Backwards-incompatible Changes: | ||
- Remove many default mods that are not normally needed. | ||
- Remove `rewrite_base` `apache::vhost` parameter; did not work anyway. | ||
- Specify dependencies on stdlib >=2.4.0 (this was already the case, but | ||
making explicit) | ||
- Deprecate `a2mod` in favor of the `apache::mod::*` classes and `apache::mod` | ||
defined resource. | ||
|
||
### Features: | ||
- `apache` class | ||
- Add `httpd_dir` parameter to change the location of the configuration | ||
files. | ||
- Add `logroot` parameter to change the logroot | ||
- Add `ports_file` parameter to changes the `ports.conf` file location | ||
- Add `keepalive` parameter to enable persistent connections | ||
- Add `keepalive_timeout` parameter to change the timeout | ||
- Update `default_mods` to be able to take an array of mods to enable. | ||
- `apache::vhost` | ||
- Add `wsgi_daemon_process`, `wsgi_daemon_process_options`, | ||
`wsgi_process_group`, and `wsgi_script_aliases` parameters for per-vhost | ||
WSGI configuration. | ||
- Add `access_log_syslog` parameter to enable syslogging. | ||
- Add `error_log_syslog` parameter to enable syslogging of errors. | ||
- Add `directories` hash parameter. Please see README for documentation. | ||
- Add `sslproxyengine` parameter to enable SSLProxyEngine | ||
- Add `suphp_addhandler`, `suphp_engine`, and `suphp_configpath` for | ||
configuring SuPHP. | ||
- Add `custom_fragment` parameter to allow for arbitrary apache | ||
configuration injection. (Feature pull requests are prefered over using | ||
this, but it is available in a pinch.) | ||
- Add `apache::mod::suphp` class for configuring SuPHP. | ||
- Add `apache::mod::itk` class for configuring ITK mpm module. | ||
- Update `apache::mod::wsgi` class for global WSGI configuration with | ||
`wsgi_socket_prefix` and `wsgi_python_home` parameters. | ||
- Add README.passenger.md to document the `apache::mod::passenger` usage. | ||
Added `passenger_high_performance`, `passenger_pool_idle_time`, | ||
`passenger_max_requests`, `passenger_stat_throttle_rate`, `rack_autodetect`, | ||
and `rails_autodetect` parameters. | ||
- Separate the httpd service resource into a new `apache::service` class for | ||
dependency chaining of `Class['apache'] -> <resource> ~> | ||
Class['apache::service']` | ||
- Added `apache::mod::proxy_balancer` class for `apache::balancer` | ||
|
||
### Bugfixes: | ||
- Change dependency to puppetlabs-concat | ||
- Fix ruby 1.9 bug for `a2mod` | ||
- Change servername to be `$::hostname` if there is no `$::fqdn` | ||
- Make `/etc/ssl/certs` the default ssl certs directory for RedHat non-5. | ||
- Make `php` the default php package for RedHat non-5. | ||
- Made `aliases` able to take a single alias hash instead of requiring an | ||
array. | ||
|
||
## 2013-07-26 Release 0.8.1 | ||
### Bugfixes: | ||
- Update `apache::mpm_module` detection for worker/prefork | ||
- Update `apache::mod::cgi` and `apache::mod::cgid` detection for | ||
worker/prefork | ||
|
||
## 2013-07-16 Release 0.8.0 | ||
### Features: | ||
- Add `servername` parameter to `apache` class | ||
- Add `proxy_set` parameter to `apache::balancer` define | ||
|
||
### Bugfixes: | ||
- Fix ordering for multiple `apache::balancer` clusters | ||
- Fix symlinking for sites-available on Debian-based OSs | ||
- Fix dependency ordering for recursive confdir management | ||
- Fix `apache::mod::*` to notify the service on config change | ||
- Documentation updates | ||
|
||
## 2013-07-09 Release 0.7.0 | ||
### Changes: | ||
- Essentially rewrite the module -- too many to list | ||
- `apache::vhost` has many abilities -- see README.md for details | ||
- `apache::mod::*` classes provide httpd mod-loading capabilities | ||
- `apache` base class is much more configurable | ||
|
||
### Bugfixes: | ||
- Many. And many more to come | ||
|
||
## 2013-03-2 Release 0.6.0 | ||
- update travis tests (add more supported versions) | ||
- add access log_parameter | ||
- make purging of vhost dir configurable | ||
|
||
## 2012-08-24 Release 0.4.0 | ||
### Changes: | ||
- `include apache` is now required when using `apache::mod::*` | ||
|
||
### Bugfixes: | ||
- Fix syntax for validate_re | ||
- Fix formatting in vhost template | ||
- Fix spec tests such that they pass | ||
|
||
2012-05-08 Puppet Labs <[email protected]> - 0.0.4 | ||
e62e362 Fix broken tests for ssl, vhost, vhost::* | ||
42c6363 Changes to match style guide and pass puppet-lint without error | ||
42bc8ba changed name => path for file resources in order to name namevar by it's name | ||
72e13de One end too much | ||
0739641 style guide fixes: 'true' <> true, $operatingsystem needs to be $::operatingsystem, etc. | ||
273f94d fix tests | ||
a35ede5 (#13860) Make a2enmod/a2dismo commands optional | ||
98d774e (#13860) Autorequire Package['httpd'] | ||
05fcec5 (#13073) Add missing puppet spec tests | ||
541afda (#6899) Remove virtual a2mod definition | ||
976cb69 (#13072) Move mod python and wsgi package names to params | ||
323915a (#13060) Add .gitignore to repo | ||
fdf40af (#13060) Remove pkg directory from source tree | ||
fd90015 Add LICENSE file and update the ModuleFile | ||
d3d0d23 Re-enable local php class | ||
d7516c7 Make management of firewalls configurable for vhosts | ||
60f83ba Explicitly lookup scope of apache_name in templates. | ||
f4d287f (#12581) Add explicit ordering for vdir directory | ||
88a2ac6 (#11706) puppetlabs-apache depends on puppetlabs-firewall | ||
a776a8b (#11071) Fix to work with latest firewall module | ||
2b79e8b (#11070) Add support for Scientific Linux | ||
405b3e9 Fix for a2mod | ||
57b9048 Commit apache::vhost::redirect Manifest | ||
8862d01 Commit apache::vhost::proxy Manifest | ||
d5c1fd0 Commit apache::mod::wsgi Manifest | ||
a825ac7 Commit apache::mod::python Manifest | ||
b77062f Commit Templates | ||
9a51b4a Vhost File Declarations | ||
6cf7312 Defaults for Parameters | ||
6a5b11a Ensure installed | ||
f672e46 a2mod fix | ||
8a56ee9 add pthon support to apache |
Oops, something went wrong.