Skip to content

Commit

Permalink
Import apache2 version 0.99.4
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Jul 12, 2011
1 parent 973b1dc commit c39cc11
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 18 deletions.
1 change: 1 addition & 0 deletions cookbooks/apache2/definitions/apache_conf.rb
Expand Up @@ -21,5 +21,6 @@
template "#{node[:apache][:dir]}/mods-available/#{params[:name]}.conf" do
source "mods/#{params[:name]}.conf.erb"
notifies :restart, resources(:service => "apache2")
mode 0644
end
end
22 changes: 6 additions & 16 deletions cookbooks/apache2/metadata.json
Expand Up @@ -6,21 +6,11 @@
"maintainer_email": "cookbooks@opscode.com",
"license": "Apache 2.0",
"platforms": {
"redhat": [

],
"centos": [

],
"debian": [

],
"ubuntu": [

],
"arch": [

]
"redhat": ">= 0.0.0",
"centos": ">= 0.0.0",
"debian": ">= 0.0.0",
"ubuntu": ">= 0.0.0",
"arch": ">= 0.0.0"
},
"dependencies": {
},
Expand Down Expand Up @@ -496,5 +486,5 @@
"apache2::mod_ssl": "Apache module 'ssl' with config file, adds port 443 to listen_ports",
"apache2::mod_status": "Apache module 'status' with config file"
},
"version": "0.99.3"
"version": "0.99.4"
}
2 changes: 1 addition & 1 deletion cookbooks/apache2/metadata.rb
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.rdoc'))
version "0.99.3"
version "0.99.4"
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
2 changes: 1 addition & 1 deletion cookbooks/apache2/recipes/mod_php5.rb
Expand Up @@ -28,7 +28,7 @@
notifies :run, resources(:execute => "generate-module-list"), :immediately
end
when "centos", "redhat", "fedora"
package "php" do
package "php53" do
action :install
notifies :run, resources(:execute => "generate-module-list"), :immediately
end
Expand Down
1 change: 1 addition & 0 deletions cookbooks/apache2/recipes/mod_ssl.rb
Expand Up @@ -35,6 +35,7 @@
source "ports.conf.erb"
variables :apache_listen_ports => ports
notifies :restart, resources(:service => "apache2")
mode 0644
end

apache_module "ssl" do
Expand Down

0 comments on commit c39cc11

Please sign in to comment.