Skip to content

Commit

Permalink
metadata updates for version upgrades on cookbooks releases from 0.9 …
Browse files Browse the repository at this point in the history
…changes
  • Loading branch information
jtimberman committed Jun 21, 2010
1 parent fcff7b0 commit 08e733a
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 112 deletions.
222 changes: 111 additions & 111 deletions metadata.json
@@ -1,21 +1,27 @@
{
"maintainer": "Opscode, Inc.",
"recommendations": {
},
"attributes": {
"nginx/user": {
"default": "www-data",
"nginx/worker_connections": {
"required": "optional",
"calculated": false,
"type": "string",
"choice": [

],
"description": "User nginx will run as",
"display_name": "Nginx User",
"required": "optional",
"default": "1024",
"type": "string",
"recipes": [

]
],
"description": "Number of connections per worker",
"display_name": "Nginx Worker Connections"
},
"nginx/gzip_types": {
"required": "optional",
"calculated": false,
"choice": [

],
"default": [
"text/plain",
"text/html",
Expand All @@ -26,195 +32,183 @@
"application/xml+rss",
"text/javascript"
],
"calculated": false,
"type": "array",
"choice": [
"recipes": [

],
"description": "Supported MIME-types for gzip",
"display_name": "Nginx Gzip Types",
"required": "optional",
"recipes": [

]
"display_name": "Nginx Gzip Types"
},
"nginx/gzip_proxied": {
"default": "any",
"nginx/binary": {
"required": "optional",
"calculated": false,
"type": "string",
"choice": [

],
"description": "Whether gzip is proxied",
"display_name": "Nginx Gzip Proxied",
"required": "optional",
"default": "/usr/sbin/nginx",
"type": "string",
"recipes": [

]
],
"description": "Location of the nginx server binary",
"display_name": "Nginx Binary"
},
"nginx/dir": {
"default": "/etc/nginx",
"nginx/user": {
"required": "optional",
"calculated": false,
"type": "string",
"choice": [

],
"description": "Location of nginx configuration files",
"display_name": "Nginx Directory",
"required": "optional",
"default": "www-data",
"type": "string",
"recipes": [

]
],
"description": "User nginx will run as",
"display_name": "Nginx User"
},
"nginx/keepalive_timeout": {
"default": "65",
"required": "optional",
"calculated": false,
"type": "string",
"choice": [

],
"display_name": "Nginx Keepalive Timeout",
"required": "optional",
"default": "65",
"type": "string",
"recipes": [

]
],
"display_name": "Nginx Keepalive Timeout"
},
"nginx/gzip_comp_level": {
"default": "2",
"nginx/gzip_proxied": {
"required": "optional",
"calculated": false,
"type": "string",
"choice": [

],
"description": "Amount of compression to use",
"display_name": "Nginx Gzip Compression Level",
"required": "optional",
"default": "any",
"type": "string",
"recipes": [

]
],
"description": "Whether gzip is proxied",
"display_name": "Nginx Gzip Proxied"
},
"nginx/binary": {
"default": "/usr/sbin/nginx",
"nginx/gzip_comp_level": {
"required": "optional",
"calculated": false,
"type": "string",
"choice": [

],
"description": "Location of the nginx server binary",
"display_name": "Nginx Binary",
"required": "optional",
"default": "2",
"type": "string",
"recipes": [

]
],
"description": "Amount of compression to use",
"display_name": "Nginx Gzip Compression Level"
},
"nginx/worker_processes": {
"default": "1",
"nginx/dir": {
"required": "optional",
"calculated": false,
"type": "string",
"choice": [

],
"description": "Number of worker processes",
"display_name": "Nginx Worker Processes",
"required": "optional",
"default": "/etc/nginx",
"type": "string",
"recipes": [

]
],
"description": "Location of nginx configuration files",
"display_name": "Nginx Directory"
},
"nginx/gzip_http_version": {
"default": "1.0",
"nginx/server_names_hash_bucket_size": {
"required": "optional",
"calculated": false,
"type": "string",
"choice": [

],
"description": "Version of HTTP Gzip",
"display_name": "Nginx Gzip HTTP Version",
"required": "optional",
"default": "64",
"type": "string",
"recipes": [

]
],
"display_name": "Nginx Server Names Hash Bucket Size"
},
"nginx/server_names_hash_bucket_size": {
"default": "64",
"nginx/worker_processes": {
"required": "optional",
"calculated": false,
"type": "string",
"choice": [

],
"display_name": "Nginx Server Names Hash Bucket Size",
"required": "optional",
"default": "1",
"type": "string",
"recipes": [

]
],
"description": "Number of worker processes",
"display_name": "Nginx Worker Processes"
},
"nginx/log_dir": {
"default": "/var/log/nginx",
"nginx/gzip_http_version": {
"required": "optional",
"calculated": false,
"type": "string",
"choice": [

],
"description": "Location for nginx logs",
"display_name": "Nginx Log Directory",
"required": "optional",
"default": "1.0",
"type": "string",
"recipes": [

]
],
"description": "Version of HTTP Gzip",
"display_name": "Nginx Gzip HTTP Version"
},
"nginx/keepalive": {
"default": "on",
"nginx/log_dir": {
"required": "optional",
"calculated": false,
"type": "string",
"choice": [

],
"description": "Whether to enable keepalive",
"display_name": "Nginx Keepalive",
"required": "optional",
"default": "/var/log/nginx",
"type": "string",
"recipes": [

]
],
"description": "Location for nginx logs",
"display_name": "Nginx Log Directory"
},
"nginx/gzip": {
"default": "on",
"required": "optional",
"calculated": false,
"type": "string",
"choice": [

],
"description": "Whether gzip is enabled",
"display_name": "Nginx Gzip",
"required": "optional",
"default": "on",
"type": "string",
"recipes": [

]
],
"description": "Whether gzip is enabled",
"display_name": "Nginx Gzip"
},
"nginx/worker_connections": {
"default": "1024",
"nginx/keepalive": {
"required": "optional",
"calculated": false,
"type": "string",
"choice": [

],
"description": "Number of connections per worker",
"display_name": "Nginx Worker Connections",
"required": "optional",
"default": "on",
"type": "string",
"recipes": [

]
],
"description": "Whether to enable keepalive",
"display_name": "Nginx Keepalive"
}
},
"maintainer": "Opscode, Inc.",
"suggestions": {
},
"platforms": {
"ubuntu": [

],
"debian": [

]
},
"dependencies": {
"runit": [

Expand All @@ -226,19 +220,25 @@
"maintainer_email": "cookbooks@opscode.com",
"conflicting": {
},
"version": "0.11.0",
"name": "nginx",
"recipes": {
"platforms": {
"debian": [

],
"ubuntu": [

]
},
"license": "Apache 2.0",
"version": "0.12.0",
"providing": {
},
"license": "Apache 2.0",
"recipes": {
},
"replacing": {
},
"name": "nginx",
"description": "Installs and configures nginx",
"groupings": {
},
"long_description": "",
"recommendations": {
},
"description": "Installs and configures nginx"
"long_description": ""
}
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs and configures nginx"
version "0.11"
version "0.12.0"

%w{ ubuntu debian }.each do |os|
supports os
Expand Down

0 comments on commit 08e733a

Please sign in to comment.