forked from netsrv-cookbooks/ms-cpp-redistributable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Colin Woodcock
committed
Jun 29, 2013
1 parent
cbc236f
commit 10f82b7
Showing
3 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
site :opscode | ||
cookbook 'windows' | ||
|
||
metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters