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

paintdotnet (1) Versions 0.3.0

Installs/Configures Paint.Net

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

paintdotnet-cookbook

This cookbook installs Paint.Net on the windows platform.
Currently it displays a UI with a progress bar, it is not
a true unattended install.

Supported Platforms

Windows

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['paintdotnet']['version']</tt></td>
<td>String</td>
<td>Version number in the format X.X.X</td>
<td><tt>4.0.1</tt></td>
</tr>
<tr>
<td><tt>['paintdotnet']['unzipdir']</tt></td>
<td>String</td>
<td>The location where the paint.net zip file will be unzipped to.</td>
<td><tt>C:/Temp</tt></td>
</tr>
<tr>
<td><tt>['paintdotnet']['downloadurl']</tt></td>
<td>String</td>
<td>The URL to download the source zipped installer from..</td>
<td><tt>http://www.dotpdn.com/files/paint.net.&lt;version&gt;.install.zip</tt></td>
</tr>
<tr>
<td><tt>['paintdotnet']['checksum']</tt></td>
<td>String</td>
<td>The checksum used to verify the unzipped installer.</td>
<td><tt>66d32ad200d9e736b162e3272db0c70d7a043020</tt></td>
</tr>
<tr>
<td><tt>['paintdotnet']['package_name']</tt></td>
<td>String</td>
<td>The name of the package in add/remove programs</td>
<td><tt>Paint.Net</tt></td>
</tr>
</table>

Usage

paintdotnet::default

Include paintdotnet in your node's run_list:

{
  "run_list": [
    "recipe[paintdotnet::default]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

Author:: Sean Fleming (seenya@gmail.com)

Dependent cookbooks

windows 1.31.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.3.0 failed this metric

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

Contributing File Metric
            

0.3.0 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.3.0 failed this metric

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

No Binaries Metric
            

0.3.0 passed this metric

Testing File Metric
            

0.3.0 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.3.0 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