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

bits_server (3) Versions 1.1.1

Installs/Configures bits_server

Policyfile
Berkshelf
Knife
cookbook 'bits_server', '~> 1.1.1', :supermarket
cookbook 'bits_server', '~> 1.1.1'
knife supermarket install bits_server
knife supermarket download bits_server
README
Dependencies
Quality 33%

bits_server

Use this cookbook to configure and install a bits enabled website.

Requirements

Only runs on Windows Server.

packages

none

Attributes

nuget_dsc::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['bits_server']['module']['name']</tt></td>
<td>string</td>
<td>Name of the module to install</td>
<td><tt>cBitsServer</tt></td>
</tr>
<tr>
<td><tt>['bits_server']['module']['version']</tt></td>
<td>string</td>
<td>The module version</td>
<td><tt>0.1.1</tt></td>
</tr>
<tr>
<td><tt>['bits_server']['module']['source']</tt></td>
<td>string</td>
<td>Name of the package source</td>
<td><tt>PSGallery</tt></td>
</tr>
<tr>
<td><tt>['bits_server']['website']['name']</tt></td>
<td>string</td>
<td>Name of the Bits enabled website</td>
<td><tt>Bits</tt></td>
</tr>
<tr>
<td><tt>['bits_server']['website']['path']</tt></td>
<td>string</td>
<td>The path to the website directory</td>
<td><tt>c:\bits</tt></td>
</tr>
<tr>
<td><tt>['bits_server']['website']['port']</tt></td>
<td>Integer</td>
<td>The port for the bits enabled website</td>
<td><tt>80</tt></td>
</tr>
<tr>
<td><tt>['bits_server']['website']['protocol']</tt></td>
<td>String</td>
<td>The protocol for the bits website</td>
<td><tt>http</tt></td>
</tr>
<tr>
<td><tt>['bits_server']['account']['name']</tt></td>
<td>String</td>
<td>The account for installing the cBitsServer DSC Module</td>
<td><tt>vagrant</tt></td>
</tr>
<tr>
<td><tt>['bits_server']['account']['password']</tt></td>
<td>String</td>
<td>The account password for installing the cBitsServer DSC Module</td>
<td><tt>vagrant</tt></td>
</tr>
</table>

Usage

bits_server::default

Configures a bits server.

e.g.
Just include bits_server in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[bits_server]"
  ]
}

License and Authors

Authors: Jason Morgan, Verizon ISD Tools

Dependent cookbooks

nuget_dsc >= 1.0.7

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.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
            

1.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
            

1.1.1 passed this metric

No Binaries Metric
            

1.1.1 passed this metric

Testing File Metric
            

1.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
            

1.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