Update cookbooks and add wordpress cookbook
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
mysql2_chef_gem CHANGELOG
|
||||
========================
|
||||
|
||||
1.0.2 (2015-06-29)
|
||||
------------------
|
||||
- Updating metadata to depend on mysql ~> 6.0
|
||||
|
||||
1.0.1 (2014-12-25)
|
||||
------------------
|
||||
- Moving from recipe_eval in to include_recipe LWRP
|
||||
|
||||
@@ -83,9 +83,9 @@ end
|
||||
#### Parameters
|
||||
- `gem_version` - The version of the `mysql` Rubygem to install into
|
||||
the Chef environment. Defaults to '0.3.17'
|
||||
- `connectors_url` - URL of a tarball containing pre-compiled MySQL
|
||||
connector libraries
|
||||
- `connectors_checksum` - sha256sum of the `connectors_url` tarball
|
||||
- `client_version` - The version of the mysql client libraries to
|
||||
install and link against
|
||||
|
||||
#### Actions
|
||||
- `:install` - Build and install the gem into the Chef environment
|
||||
@@ -104,5 +104,5 @@ end
|
||||
|
||||
Authors
|
||||
-------
|
||||
- Author:: Sean OMeara (<someara@opscode.com>)
|
||||
- Author:: Sean OMeara (<someara@chef.io>)
|
||||
- Author:: Nicolas Blanc(<sinfomicien@gmail.com>)
|
||||
|
||||
@@ -1,39 +1 @@
|
||||
{
|
||||
"name": "mysql2_chef_gem",
|
||||
"version": "1.0.1",
|
||||
"description": "Provides the mysql2_chef_gem resource",
|
||||
"long_description": "",
|
||||
"maintainer": "Nicolas Blanc",
|
||||
"maintainer_email": "sinfomicien@gmail.com",
|
||||
"license": "Apache 2.0",
|
||||
"platforms": {
|
||||
"amazon": ">= 0.0.0",
|
||||
"redhat": ">= 0.0.0",
|
||||
"centos": ">= 0.0.0",
|
||||
"scientific": ">= 0.0.0",
|
||||
"fedora": ">= 0.0.0",
|
||||
"debian": ">= 0.0.0",
|
||||
"ubuntu": ">= 0.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"build-essential": ">= 0.0.0",
|
||||
"mysql": ">= 0.0.0",
|
||||
"mariadb": ">= 0.0.0"
|
||||
},
|
||||
"recommendations": {
|
||||
},
|
||||
"suggestions": {
|
||||
},
|
||||
"conflicting": {
|
||||
},
|
||||
"providing": {
|
||||
},
|
||||
"replacing": {
|
||||
},
|
||||
"attributes": {
|
||||
},
|
||||
"groupings": {
|
||||
},
|
||||
"recipes": {
|
||||
}
|
||||
}
|
||||
{"name":"mysql2_chef_gem","version":"1.0.2","description":"Provides the mysql2_chef_gem resource","long_description":"","maintainer":"Nicolas Blanc","maintainer_email":"sinfomicien@gmail.com","license":"Apache 2.0","platforms":{"amazon":">= 0.0.0","redhat":">= 0.0.0","centos":">= 0.0.0","scientific":">= 0.0.0","fedora":">= 0.0.0","debian":">= 0.0.0","ubuntu":">= 0.0.0"},"dependencies":{"build-essential":">= 0.0.0","mysql":"~> 6.0","mariadb":">= 0.0.0"},"recommendations":{},"suggestions":{},"conflicting":{},"providing":{},"replacing":{},"attributes":{},"groupings":{},"recipes":{}}
|
||||
Reference in New Issue
Block a user