Skip to content

Commit

Permalink
remove passenger support from rails recipe. update versions. add kvm,…
Browse files Browse the repository at this point in the history
… dhcpd, nagios plugins, fcgiwrap.
  • Loading branch information
jsierles2 committed May 4, 2010
1 parent c2a7bc3 commit 280feb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion attributes/apache.rb
Expand Up @@ -3,7 +3,7 @@
default.apache[:user] = "www-data"
default.apache[:binary] = "/usr/sbin/apache2"
default.apache[:icondir] = "/usr/share/apache2/icons"
default.apache[:version] = "2.2.9-7ubuntu3.5"
default.apache[:version] = "2.2.12-1ubuntu2"

default.apache[:listen_ports] = ["80"]
default.apache[:contact] = "sysadmins@37signals.com"
Expand Down
2 changes: 1 addition & 1 deletion recipes/default.rb
@@ -1,6 +1,6 @@
package "apache2" do
name "apache2"
version node[:apache][:version]
#version node[:apache][:version]
end

service "apache2" do
Expand Down

0 comments on commit 280feb4

Please sign in to comment.