Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created May 5, 2010 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrchrisadams/390495 to your computer and use it in GitHub Desktop.
Save mrchrisadams/390495 to your computer and use it in GitHub Desktop.
[root@chef sysctl]# pwd
/srv/chef/cookbooks/sysctl
[root@chef sysctl]# tree
.
|-- README.rdoc
|-- attributes
| `-- default.rb
|-- metadata.json
|-- metadata.rb
|-- recipes
| `-- default.rb
`-- templates
`-- sysctl.conf.erb
3 directories, 6 files
[root@chef sysctl]#
{
"definitions": [
],
"name": "sysctl",
"files": [
],
"attributes": [
{
"name": "default.rb",
"uri": "http://chef.headshift.com:4000/cookbooks/sysctl/attributes?id=default.rb",
"checksum": "99c18070cea599ea628a78bbecabea3886a000f12522bb2afb0527ac1aba5fa4"
}
],
"providers": [
],
"metadata": {
"name": "sysctl",
"dependencies": {
},
"maintainer_email": "cookbooks@opscode.com",
"license": "Apache 2.0",
"attributes": {
},
"maintainer": "Opscode, Inc.",
"platforms": {
},
"suggestions": {
},
"long_description": "= DESCRIPTION:\n\n= REQUIREMENTS:\n\n= ATTRIBUTES: \n\n= USAGE:\n\n",
"recommendations": {
},
"version": "0.1.0",
"groupings": {
},
"recipes": {
},
"conflicting": {
},
"replacing": {
},
"description": "Installs/Configures sysctl",
"providing": {
}
},
"templates": [
],
"libraries": [
],
"resources": [
],
"recipes": [
{
"name": "default.rb",
"uri": "http://chef.headshift.com:4000/cookbooks/sysctl/recipes?id=default.rb",
"checksum": "11943f5b74f42a7638d4a15342023f30c738e5525b900a1ba57b99b384c70db9"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment