Skip to content

Commit

Permalink
cook-131, update apache metadata with recipe information, suggest pas…
Browse files Browse the repository at this point in the history
…senger (for mod_rails)
  • Loading branch information
jtimberman committed Jun 3, 2009
1 parent 411098b commit 9abce4e
Showing 1 changed file with 35 additions and 31 deletions.
66 changes: 35 additions & 31 deletions apache2/metadata.rb
Expand Up @@ -4,42 +4,46 @@
description "Configures apache2"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.7"
recipe "apache2::mod_alias"
recipe "apache2::mod_auth_basic"
recipe "apache2::mod_auth_digest"
recipe "apache2::mod_authn_file"
recipe "apache2::mod_authnz_ldap"
recipe "apache2::mod_authz_groupfile"
recipe "apache2::mod_authz_host"
recipe "apache2::mod_authz_user"
recipe "apache2::mod_autoindex"
recipe "apache2::mod_cgi"
recipe "apache2::mod_dav"
recipe "apache2::mod_dav_svn"
recipe "apache2::mod_deflate"
recipe "apache2::mod_dir"
recipe "apache2::mod_env"
recipe "apache2::mod_expires"
recipe "apache2::mod_fcgid"
recipe "apache2::mod_headers"
recipe "apache2::mod_ldap"
recipe "apache2::mod_log_config"
recipe "apache2::mod_mime"
recipe "apache2::mod_negotiation"
recipe "apache2::mod_php5"
recipe "apache2::mod_proxy"
recipe "apache2::mod_proxy_http"
recipe "apache2::mod_python"
recipe "apache2::mod_rails"
recipe "apache2::mod_rewrite"
recipe "apache2::mod_setenvif"
recipe "apache2::mod_ssl"
recipe "apache2::mod_status"
recipe "apache2", "Main Apache configuration"
recipe "apache2::mod_alias", "Apache module 'alias' with config file"
recipe "apache2::mod_auth_basic", "Apache module 'auth_basic'"
recipe "apache2::mod_auth_digest", "Apache module 'auth_digest'"
recipe "apache2::mod_authn_file", "Apache module 'authn_file'"
recipe "apache2::mod_authnz_ldap", "Apache module 'authnz_ldap'"
recipe "apache2::mod_authz_default", "Apache module 'authz_default'"
recipe "apache2::mod_authz_groupfile", "Apache module 'authz_groupfile'"
recipe "apache2::mod_authz_host", "Apache module 'authz_host'"
recipe "apache2::mod_authz_user", "Apache module 'authz_user'"
recipe "apache2::mod_autoindex", "Apache module 'autoindex' with config file"
recipe "apache2::mod_cgi", "Apache module 'cgi'"
recipe "apache2::mod_dav", "Apache module 'dav'"
recipe "apache2::mod_dav_svn", "Apache module 'dav_svn'"
recipe "apache2::mod_deflate", "Apache module 'deflate' with config file"
recipe "apache2::mod_dir", "Apache module 'dir' with config file"
recipe "apache2::mod_env", "Apache module 'env'"
recipe "apache2::mod_expires", "Apache module 'expires'"
recipe "apache2::mod_fcgid", "Apache module 'fcgid', package on ubuntu/debian, rhel/centos, compile source on suse; with config file"
recipe "apache2::mod_headers", "Apache module 'headers'"
recipe "apache2::mod_ldap", "Apache module 'ldap'"
recipe "apache2::mod_log_config", "Apache module 'log_config'"
recipe "apache2::mod_mime", "Apache module 'mime' with config file"
recipe "apache2::mod_negotiation", "Apache module 'negotiation' with config file"
recipe "apache2::mod_php5", "Apache module 'php5'"
recipe "apache2::mod_proxy", "Apache module 'proxy' with config file"
recipe "apache2::mod_proxy_http", "Apache module 'proxy_http'"
recipe "apache2::mod_python", "Apache module 'python'"
recipe "apache2::mod_rails", "Apache module 'passenger', with config file"
recipe "apache2::mod_rewrite", "Apache module 'rewrite'"
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"

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

suggests "passenger"

attribute "apache",
:display_name => "Apache Hash",
:description => "Hash of Apache attributes",
Expand Down

0 comments on commit 9abce4e

Please sign in to comment.