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

chrony_ii (13) Versions 0.1.0

Installs/Configures chrony

Policyfile
Berkshelf
Knife
cookbook 'chrony_ii', '= 0.1.0', :supermarket
cookbook 'chrony_ii', '= 0.1.0'
knife supermarket install chrony_ii
knife supermarket download chrony_ii
README
Dependencies
Quality 57%

chrony_ii cookbook

Build Status GitHub license GitHub issues

This cookbook installs chrony.

Requirements

platforms

  • debian >= 8
    • debian7 should work but the installed version (v1.24) is too old to run on Linux 4.x (for CI)
  • ubuntu >= 16.04
  • centos >= 6
  • redhat
  • amazon

Attributes

chrony_ii::config

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['chrony_ii']['config']</tt></td>
<td>Hash</td>
<td>chrony.conf value. Hash value can be a string or an array of string.</td>
<td><tt>Depends on platform (see attributes/default.rb)</tt></td>
</tr>
<tr>
<td><tt>['chrony_ii']['amazon_time_sync_service']</tt></td>
<td>Boolean</td>
<td>Whether to use <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-time.html#configure-amazon-time-service">Amazon Time Sync Service</a></td>
<td>false</td>
</tr>
<tr>
<td><tt>['chrony_ii']['config_update_restart']</tt></td>
<td>Boolean</td>
<td>Whether to restart chrony daemon after config file change</td>
<td>true</td>
</tr>
</table>

Usage

chrony_ii::default

Just include chrony_ii in your node's run_list:
json
{
"name":"my_node",
"run_list": [
"recipe[chrony_ii]"
]
}

Contributing

  1. Fork the repository on Github
  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: Tomoya Kabe

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.0 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.0 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.0 passed this metric

License Metric
            

0.1.0 passed this metric

No Binaries Metric
            

0.1.0 passed this metric

Testing File Metric
            

0.1.0 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.0 passed this metric