Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

open_resty (3) Versions 0.2.0

Installs/Configures open_resty

Policyfile
Berkshelf
Knife
cookbook 'open_resty', '= 0.2.0', :supermarket
cookbook 'open_resty', '= 0.2.0'
knife supermarket install open_resty
knife supermarket download open_resty
README
Dependencies
Quality 100%

open_resty

Build Status

A cookbook for installing openresty.

Dependencies

  • apt
  • ark

Basic Usage

run_list: ["recipe[open_resty]"],
"default_attributes": {
  "open_resty": {
    ...
  }
}

Attributes

Default

Name Description Default
node["open_resty"]["user"] The user to run as www-data
node["open_resty"]["home"] The home directory for nginx /var/www

Source

Name Description Default
node["open_resty"]["source"]["version"] The version to install 1.9.3.2
node["open_resty"]["source"]["checksum"] The checksum for the version see attributes/default.rb

Nginx

Name Description Default
node["open_resty"]["nginx"]["dir"] Where to setup nginx /etc/nginx
node["open_resty"]["nginx"]["log_dir"] Nginx log directory /var/log/nginx

These all correlate to nginx directives (of the same name)

Name Default
node["open_resty"]["nginx"]["worker_processes"] auto - 1 per CPU
node["open_resty"]["nginx"]["worker_rlimit_nofile"] 200,000
node["open_resty"]["nginx"]["worker_connections"] 4096
node["open_resty"]["nginx"]["pid"] /var/run/nginx.pid
node["open_resty"]["nginx"]["gzip"] on
node["open_resty"]["nginx"]["gzip_buffers"] 16 8k
node["open_resty"]["nginx"]["gzip_http_version"] 1.0
node["open_resty"]["nginx"]["gzip_comp_level"] 6
node["open_resty"]["nginx"]["gzip_min_length"] 256
node["open_resty"]["nginx"]["gzip_proxied"] any
node["open_resty"]["nginx"]["gzip_disable"] MSIE [1-6]\.(?!\.*SV1)
node["open_resty"]["nginx"]["gzip_vary"] on
node["open_resty"]["nginx"]["gzip_types"] see attributes/nginx.rb
node["open_resty"]["nginx"]["open_file_cache_max"] 1000
node["open_resty"]["nginx"]["open_file_cache_inactive"] 20s
node["open_resty"]["nginx"]["open_file_cache_valid"] 30s
node["open_resty"]["nginx"]["open_file_cache_min_uses"] 2
node["open_resty"]["nginx"]["open_file_cache_errors"] on
node["open_resty"]["nginx"]["server_names_hash_bucket_size"] 64
node["open_resty"]["nginx"]["types_hash_bucket_size"] 64
node["open_resty"]["nginx"]["types_hash_max_size"] 2048
node["open_resty"]["nginx"]["client_body_buffer_size"] 8k
node["open_resty"]["nginx"]["client_max_body_size"] 20M
node["open_resty"]["nginx"]["large_client_header_buffers"] 32 32k
node["open_resty"]["nginx"]["lua_use_default_type"] off
node["open_resty"]["nginx"]["lua_package_path"] ;;
node["open_resty"]["nginx"]["lua_package_cpath"] ;;

Lua Settings

Name Description Default
node["open_resty"]["lua_modules"] An array of modules to make available during init_by_lua []

Dependent cookbooks

apt >= 0.0.0
ark >= 0.0.0
runit >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

0.2.0 passed this metric