Skip to content

Commit

Permalink
postgresql cookbook swp files removed from tarball, bump version for …
Browse files Browse the repository at this point in the history
…cookbook site upload
  • Loading branch information
jtimberman committed Jul 6, 2010
1 parent 1e114b1 commit 6ec2aaf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions postgresql/metadata.json
@@ -1,18 +1,15 @@
{
"groupings": {
"providing": {
},
"long_description": "= DESCRIPTION:\n\nInstalls and configures postgresql client or server.\n\n= REQUIREMENTS:\n\n== Platform:\n\nTested on Ubuntu 8.10, but adapted from Red Hat Enterprise 5.0 based recipes.\n\n== Cookbooks:\n\n= ATTRIBUTES: \n\n* postgresql[:dir] - configuration file location.\n\n= USAGE:\n\nFor clients:\n\n include_recipe \"postgresql::client\"\n \nFor server: \n\n include_recipe \"postgresql::server\"\n \n(client is already included by server)\n\n= LICENSE and AUTHOR:\n \nAuthor:: Joshua Timberman (<joshua@opscode.com>)\n\nCopyright:: 2009, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
"attributes": {
},
"recommendations": {
"replacing": {
},
"dependencies": {
},
"maintainer": "Opscode, Inc.",
"suggestions": {
"groupings": {
},
"maintainer_email": "cookbooks@opscode.com",
"conflicting": {
"recommendations": {
},
"platforms": {
"rhel": [
Expand All @@ -35,16 +32,19 @@
]
},
"license": "Apache 2.0",
"version": "0.10.0",
"version": "0.10.1",
"maintainer": "Opscode, Inc.",
"suggestions": {
},
"recipes": {
"postgresql::server": "Installs postgresql server packages, templates",
"postgresql::client": "Installs postgresql client package(s)",
"postgresql": "Empty, use one of the other recipes"
},
"providing": {
},
"maintainer_email": "cookbooks@opscode.com",
"name": "postgresql",
"replacing": {
"conflicting": {
},
"description": "Installs and configures postgresql for clients or servers"
"description": "Installs and configures postgresql for clients or servers",
"long_description": "= DESCRIPTION:\n\nInstalls and configures postgresql client or server.\n\n= REQUIREMENTS:\n\n== Platform:\n\nTested on Ubuntu 8.10, but adapted from Red Hat Enterprise 5.0 based recipes.\n\n== Cookbooks:\n\n= ATTRIBUTES: \n\n* postgresql[:dir] - configuration file location.\n\n= USAGE:\n\nFor clients:\n\n include_recipe \"postgresql::client\"\n \nFor server: \n\n include_recipe \"postgresql::server\"\n \n(client is already included by server)\n\n= LICENSE and AUTHOR:\n \nAuthor:: Joshua Timberman (<joshua@opscode.com>)\n\nCopyright:: 2009, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n"
}
2 changes: 1 addition & 1 deletion postgresql/metadata.rb
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs and configures postgresql for clients or servers"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.10.0"
version "0.10.1"
recipe "postgresql", "Empty, use one of the other recipes"
recipe "postgresql::client", "Installs postgresql client package(s)"
recipe "postgresql::server", "Installs postgresql server packages, templates"
Expand Down

0 comments on commit 6ec2aaf

Please sign in to comment.