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

skype-daemon (2) Versions 1.0.1

Installs/Configures skype-daemon

Policyfile
Berkshelf
Knife
cookbook 'skype-daemon', '~> 1.0.1', :supermarket
cookbook 'skype-daemon', '~> 1.0.1'
knife supermarket install skype-daemon
knife supermarket download skype-daemon
README
Dependencies
Changelog
Quality 17%

skype-daemon-cookbook

skype daemon for 3rd party API

Supported Platforms

Only ubuntu 15.04

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Required</th>
</tr>
<tr>
<td><tt>['skype-daemon']['app-name']</tt></td>
<td>String</td>
<td>App name what wants to<br />use Skype 3rd party API.<br />e.g. 'Skype4Java'</td>
<td><tt>True</tt></td>
</tr>
<tr>
<td><tt>['skype-daemon']['username']</tt></td>
<td>String</td>
<td>Skype username</td>
<td><tt>True</tt></td>
</tr>
<tr>
<td><tt>['skype-daemon']['password']</tt></td>
<td>String</td>
<td>Skype password(plain text)</td>
<td><tt>True</tt></td>
</tr>
</table>

Usage

skype-daemon::default

Include skype-daemon in your node's run_list:

{
  "run_list": [
    "recipe[skype-daemon::default]"
  ]
}

License and Authors

MIT License
k.bigwheel(k.bigwheel+eng @ gmail.com)

Dependent cookbooks

apt ~> 2.7.0
xmledit ~> 2.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

1.0.0

Initial release of skype-daemon

Collaborator Number Metric
            

1.0.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.0.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.0.1 failed this metric

FC066: Ensure chef_version is set in metadata: skype-daemon/metadata.rb:1
FC069: Ensure standardized license defined in metadata: skype-daemon/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.0.1 passed this metric

Testing File Metric
            

1.0.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.0.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