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

github-users (7) Versions 0.1.6

Create users who has ssh-key on github and has dotfiles repo at his home dir

Policyfile
Berkshelf
Knife
cookbook 'github-users', '~> 0.1.6', :supermarket
cookbook 'github-users', '~> 0.1.6'
knife supermarket install github-users
knife supermarket download github-users
README
Dependencies
Changelog
Quality 17%

github-users Cookbook

This cookbook makes easy to create users, who using ssh-public-keys on github.
And this cookbook also download and setup users "dotfiles" repo from github.

Requirements

git

openssl

Attributes

github-users::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['github-users']['accounts']</tt></td>
<td>Array</td>
<td>github account names</td>
<td> - </td>
</tr>
</table>

Usage

github-users::default

Just include github-users in your node's run_list:
and Add your account name of github.

{
  "name":"my_node",
  "github-users": {
    "accounts":["satetsu888"] // thanks for allowing me to login your servers :p
  },
  "run_list": [
    "recipe[github-users]"
  ]
}

Contributing

  1. Fork the repository on Github (https://github.com/satetsu888/cookbook-github-users)
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: satetsu888

Dependent cookbooks

git >= 0.0.0
openssl >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

github-users CHANGELOG

This file is used to list changes made in each version of the github-users cookbook.

0.1.0

  • satetsu888 - Initial release of github-users

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Collaborator Number Metric
            

0.1.6 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.6 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.6 failed this metric

FC009: Resource attribute not recognised: github-users/recipes/default.rb:15
FC064: Ensure issues_url is set in metadata: github-users/metadata.rb:1
FC065: Ensure source_url is set in metadata: github-users/metadata.rb:1
FC066: Ensure chef_version is set in metadata: github-users/metadata.rb:1
FC069: Ensure standardized license defined in metadata: github-users/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.6 passed this metric

Testing File Metric
            

0.1.6 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.6 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