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

pam_radius (6) Versions 0.3.2

Installs and configures pam-radius

Policyfile
Berkshelf
Knife
cookbook 'pam_radius', '= 0.3.2', :supermarket
cookbook 'pam_radius', '= 0.3.2'
knife supermarket install pam_radius
knife supermarket download pam_radius
README
Dependencies
Quality 43%

pam_radius

The pam_radius cookbook provides a resource to install and configure pam_radius.

Requirements

Cookbooks

N/A

Chef

  • >= 12.1

Platforms

  • rhel7
  • rhel6
  • centos6
  • centos7
  • ubuntu1404
  • ubuntu1604
  • debian8
  • debian9

Resources

pam_radius

pam_radius installs the pam radius package and allows you to specify cookbook.

properties

Name Type Required Default Description
configuration Array false [] Configuration for the radius servers. Should be an Array of Hashes like defined below

The configuration array should follow the following structure:

[
  {
    "host":          "Hostname or ip"       # Mandatory
    "port":          "Port number"          # Optional
    "shared_secret": "RADIUS shared secret" # Mandatory
    "timeout":       "Timeout in sec"       # Mandatory
    "source_ip":     "Source IP"            # Optional
    "vrf":           "vrf, no idea"         # Optional
  }
]

Versionning

This cookbook will follow semantic versionning 2.0.0 as described here

Lisence

MIT

Contributing

Put link vers contributing here

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.3.2 failed this metric

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

Contributing File Metric
            

0.3.2 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.2 passed this metric

License Metric
            

0.3.2 passed this metric

No Binaries Metric
            

0.3.2 passed this metric

Testing File Metric
            

0.3.2 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.2 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