ChangeLog 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. 2011-06-06 James Fryman <james@frymanet.com>
  2. * Modulefile, README, files/README.markdown, lib/facter/README.markdown,
  3. lib/puppet/parser/functions/README.markdown,
  4. lib/puppet/provider/README.markdown, lib/puppet/type/README.markdown,
  5. manifests/README.markdown, templates/README.markdown, tests/upstream.pp,
  6. tests/vhost.pp, tests/vhost_ssl.erb: Updated Documentation
  7. * ChangeLog: Updated Changelog
  8. * lib/facter/ipv6.rb, manifests/config.pp, manifests/init.pp,
  9. manifests/package.pp, manifests/package/suse.pp, manifests/params.pp,
  10. manifests/resource/location.pp, manifests/resource/upstream.pp,
  11. manifests/resource/vhost.pp, manifests/service.pp, manifests/vhost.pp,
  12. templates/conf.d/nginx.conf.erb, templates/conf.d/proxy.conf.erb,
  13. templates/conf.d/upstream.erb, templates/nginx.conf.erb, templates/vhost.erb,
  14. templates/vhost/vhost_footer.erb, templates/vhost/vhost_header.erb,
  15. templates/vhost/vhost_location_directory.erb,
  16. templates/vhost/vhost_location_proxy.erb,
  17. templates/vhost/vhost_ssl_header.erb: Added SuSE Support
  18. * README, manifests/init.pp, manifests/package.pp,
  19. manifests/package/debian.pp, manifests/package/redhat.pp, manifests/vhost.pp,
  20. templates/vhost.erb: Updated Package Layout
  21. * lib/facter/ipv6.rb: Added IPV6 Fact Check for Linux distros
  22. 2011-06-02 James Fryman <james@frymanet.com>
  23. * .gitignore, ChangeLog, Modulefile,
  24. files/centos/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL, manifests/config.pp,
  25. manifests/init.pp, manifests/install.pp, manifests/package.pp,
  26. manifests/params.pp, manifests/service.pp, manifests/vhost.pp, metadata.json,
  27. templates/nginx.conf.erb, templates/vhost.erb, templates/vhost.pp: Added
  28. vhost support
  29. 2011-05-24 James Fryman <james@frymanet.com>
  30. * LICENSE, Modulefile, README, files/README.markdown,
  31. files/centos/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL, lib/facter/README.markdown,
  32. lib/puppet/parser/functions/README.markdown,
  33. lib/puppet/provider/README.markdown, lib/puppet/type/README.markdown,
  34. manifests/README.markdown, manifests/config.pp, manifests/init.pp,
  35. manifests/install.pp, manifests/params.pp, manifests/service.pp,
  36. manifests/vhost.pp, metadata.json, spec/README.markdown, spec/spec.opts,
  37. spec/spec_helper.rb, spec/unit/puppet/provider/README.markdown,
  38. spec/unit/puppet/type/README.markdown, templates/README.markdown,
  39. templates/nginx.conf.erb, templates/vhost.pp, tests/init.pp, tests/vhost.pp:
  40. 20110524 Work Snapshot
  41. 2011-05-23 James Fryman <james@frymanet.com>
  42. * : Initial Repository Initilization