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 1.0.0

Installs/Configures open_resty

Policyfile
Berkshelf
Knife
cookbook 'open_resty', '~> 1.0.0', :supermarket
cookbook 'open_resty', '~> 1.0.0'
knife supermarket install open_resty
knife supermarket download open_resty
README
Dependencies
Quality 17%

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.

Collaborator Number Metric
            

1.0.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.0 failed this metric

FC069: Ensure standardized license defined in metadata: open_resty/metadata.rb:1
FC091: Use property not attribute in custom resources: open_resty/resources/site.rb:1
FC091: Use property not attribute in custom resources: open_resty/resources/site.rb:2
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.0.0 passed this metric

Testing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number