Skip to content

Commit

Permalink
depend on the windows cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Woodcock committed Jun 29, 2013
1 parent cbc236f commit 10f82b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Berksfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
site :opscode
cookbook 'windows'

metadata
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "ms-cpp-redistributable",
"description": "Installs/Configures ms-cpp-redistributable",
"long_description": "ms-cpp-redistributable Cookbook\n===============================\nInstalls Microsoft Visual C++ redistributable packages from the Microsoft website.\n\nUsage\n-----\nIn your recipe add something like:\n include_recipe \"ms-cpp-redistributable::2005_x86\"\n\nCurrent versions supported:\n* 2005 x86\n\nLicense and Authors\n-------------------\nAuthors: Colin Woodcock <cwoodcock at netsrv-consulting.com>\n",
"long_description": "ms-cpp-redistributable\n======================\nInstalls Microsoft Visual C++ redistributable packages from the Microsoft website.\n\nUsage\n-----\nIn your recipe add something like:\n include_recipe \"ms-cpp-redistributable::2005_x86\"\n\nCurrent versions supported:\n* 2005 x86\n\nLicense and Authors\n-------------------\n Copyright 2013, NetSrv Consulting Ltd.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\nAuthors: Colin Woodcock (<[email protected]>)\n",
"maintainer": "NetSrv Consulting Ltd.",
"maintainer_email": "[email protected]",
"license": "Apache License, Version 2.0",
"platforms": {
},
"dependencies": {
"windows": ">= 0.0.0"
},
"recommendations": {
},
Expand Down
2 changes: 2 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
description 'Installs/Configures ms-cpp-redistributable'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'

depends 'windows'

0 comments on commit 10f82b7

Please sign in to comment.