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

ssh-auth (5) Versions 0.1.4

Configures ssh

Policyfile
Berkshelf
Knife
cookbook 'ssh-auth', '~> 0.1.4', :supermarket
cookbook 'ssh-auth', '~> 0.1.4'
knife supermarket install ssh-auth
knife supermarket download ssh-auth
README
Dependencies
Changelog
Quality 17%

Chef cookbook Build Status Hex.pm

ssh-auth-cookbook

Configures ssh and provides some utils for auth keys

Supported Platforms

RHEL, CentOs, Ubuntu and many other Linux flavours

Attributes

Key Type Description Default
[:ssh][:install_dir] String Installation dir "/etc/ssh"
[:ssh][:authorized_keys_dir] String Authorize keys in relative to install_dir "authorized_keys"
[:ssh][:user] String User name "root"
[:ssh][:group] String User group "root"

Usage

ssh-auth::default

Include ssh-auth in your node's run_list:

{
  "run_list": [
    "recipe[ssh-auth::default]"
  ]
}

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Locations

License and Authors

License:: Apache 2.0

Author:: pasupulaphani@gmail.com (http://phaninder.com)

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

users-auth Applicable Versions

0.1.0

Initial release of ssh-auth

Collaborator Number Metric
            

0.1.4 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.4 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.4 failed this metric

FC033: Missing template file: ssh-auth/recipes/sshd.rb:16
FC066: Ensure chef_version is set in metadata: ssh-auth/metadata.rb:1
FC069: Ensure standardized license defined in metadata: ssh-auth/metadata.rb:1
FC070: Ensure supports metadata defines valid platforms: ssh-auth/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.4 passed this metric

Testing File Metric
            

0.1.4 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.4 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