forked from voxpupuli/puppet-nginx
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
57 lines (45 loc) · 2.64 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
2011-12-23 Sam Bashton <[email protected]>
* manifests/resource/location.pp,manifests/resource/vhost.pp,
templates/vhost/vhost_location_fastcgi.erb: Add support for fastcgi
2011-06-06 James Fryman <[email protected]>
* Modulefile, README, files/README.markdown, lib/facter/README.markdown,
lib/puppet/parser/functions/README.markdown,
lib/puppet/provider/README.markdown, lib/puppet/type/README.markdown,
manifests/README.markdown, templates/README.markdown, tests/upstream.pp,
tests/vhost.pp, tests/vhost_ssl.erb: Updated Documentation
* ChangeLog: Updated Changelog
* lib/facter/ipv6.rb, manifests/config.pp, manifests/init.pp,
manifests/package.pp, manifests/package/suse.pp, manifests/params.pp,
manifests/resource/location.pp, manifests/resource/upstream.pp,
manifests/resource/vhost.pp, manifests/service.pp, manifests/vhost.pp,
templates/conf.d/nginx.conf.erb, templates/conf.d/proxy.conf.erb,
templates/conf.d/upstream.erb, templates/nginx.conf.erb, templates/vhost.erb,
templates/vhost/vhost_footer.erb, templates/vhost/vhost_header.erb,
templates/vhost/vhost_location_directory.erb,
templates/vhost/vhost_location_proxy.erb,
templates/vhost/vhost_ssl_header.erb: Added SuSE Support
* README, manifests/init.pp, manifests/package.pp,
manifests/package/debian.pp, manifests/package/redhat.pp, manifests/vhost.pp,
templates/vhost.erb: Updated Package Layout
* lib/facter/ipv6.rb: Added IPV6 Fact Check for Linux distros
2011-06-02 James Fryman <[email protected]>
* .gitignore, ChangeLog, Modulefile,
files/centos/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL, manifests/config.pp,
manifests/init.pp, manifests/install.pp, manifests/package.pp,
manifests/params.pp, manifests/service.pp, manifests/vhost.pp, metadata.json,
templates/nginx.conf.erb, templates/vhost.erb, templates/vhost.pp: Added
vhost support
2011-05-24 James Fryman <[email protected]>
* LICENSE, Modulefile, README, files/README.markdown,
files/centos/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL, lib/facter/README.markdown,
lib/puppet/parser/functions/README.markdown,
lib/puppet/provider/README.markdown, lib/puppet/type/README.markdown,
manifests/README.markdown, manifests/config.pp, manifests/init.pp,
manifests/install.pp, manifests/params.pp, manifests/service.pp,
manifests/vhost.pp, metadata.json, spec/README.markdown, spec/spec.opts,
spec/spec_helper.rb, spec/unit/puppet/provider/README.markdown,
spec/unit/puppet/type/README.markdown, templates/README.markdown,
templates/nginx.conf.erb, templates/vhost.pp, tests/init.pp, tests/vhost.pp:
20110524 Work Snapshot
2011-05-23 James Fryman <[email protected]>
* : Initial Repository Initilization