Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

isomounter (3) Versions 0.1.1

Installs/Configures Magic Disc software to mount ISO files on windows machines

Policyfile
Berkshelf
Knife
cookbook 'isomounter', '~> 0.1.1', :supermarket
cookbook 'isomounter', '~> 0.1.1'
knife supermarket install isomounter
knife supermarket download isomounter
README
Dependencies
Quality 17%

Description

Download and install the [:version] of Magic Disc from their site to mount iso files to your windows machine. Magic Disc is freeware. I have recently ensured that the binary "miso.exe" is downloaded as well to enable commandline functionality.

http://www.magiciso.com/tutorials/miso-magicdisc-history.htm

http://searchwindowsserver.techtarget.com/tip/How-to-install-and-manage-virtual-CD-DVDs

Requirements

[:platform] == "windows" NOTE: something in chef 0.10.10 has broken this cookbook with Windows 2008 Datacenter Edition. Backing Chef down to 0.10.6 or using the new opscode windows installer seems to solve the issue. Strange.

Attributes

Most of the attributes simply refer to the version of Magic Disc.

Usage

Command line usage:

miso.exe NULL -sdrv 0
Disable all virtual Drives.

miso.exe NULL -vlist
List all of the present virtual CD/DVD driver

miso.exe NULL -mnt f: e:\en_sql_server_2008_r2_standard_x86_x64_ia64_dvd_521546.iso
Mount the MSSQL iso located inside the root of the e:\ drive to virtual drive f:

miso NULL -umnt f:
Unmount virtual drive f:

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.1 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.1.1 failed this metric

FC064: Ensure issues_url is set in metadata: isomounter/metadata.rb:1
FC065: Ensure source_url is set in metadata: isomounter/metadata.rb:1
FC066: Ensure chef_version is set in metadata: isomounter/metadata.rb:1
FC069: Ensure standardized license defined in metadata: isomounter/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.1 passed this metric

Testing File Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number