Skip to content

Commit

Permalink
apache2 v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Sep 14, 2011
1 parent 4130428 commit a86ee7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs and configures all aspects of apache2 using Debian style symlinks with helper definitions"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.99.4"
version "1.0.0"
recipe "apache2", "Main Apache configuration"
recipe "apache2::mod_alias", "Apache module 'alias' with config file"
recipe "apache2::mod_auth_basic", "Apache module 'auth_basic'"
Expand Down Expand Up @@ -40,8 +40,9 @@
recipe "apache2::mod_setenvif", "Apache module 'setenvif' with config file"
recipe "apache2::mod_ssl", "Apache module 'ssl' with config file, adds port 443 to listen_ports"
recipe "apache2::mod_status", "Apache module 'status' with config file"
recipe "apache2::mod_xsendfile", "Apache module 'xsendfile'"

%w{redhat centos debian ubuntu arch}.each do |os|
%w{redhat centos scientific fedora debian ubuntu arch }.each do |os|
supports os
end

Expand Down

0 comments on commit a86ee7b

Please sign in to comment.