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

chef-davical (2) Versions 0.4.1

Installs/Configures davical

Policyfile
Berkshelf
Knife
cookbook 'chef-davical', '~> 0.4.1', :supermarket
cookbook 'chef-davical', '~> 0.4.1'
knife supermarket install chef-davical
knife supermarket download chef-davical
README
Dependencies
Changelog
Quality 17%

chef-davical Cookbook

Installs and configures davical on to a server

Requirements

Cookbooks

  • firewall - to open up the server to TCP connections through port 80
  • apt - update the apt-cache

Operating systems

Ubuntu 10.04 and 12.04

Attributes

chef-davical::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>[:davical][:dir]</tt></td>
<td>String</td>
<td>Path to the davical directory</td>
<td><tt>/usr/share/davical</tt></td>
</tr>
<tr>
<td><tt>[:awl][:dir]</tt></td>
<td>String</td>
<td>Path to the awl directory</td>
<td><tt>/usr/share/awl</tt></td>
</tr>
<tr>
<td><tt>[:davical][:server_name]</tt></td>
<td>String</td>
<td>Server name that the nginx configuration responds to</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>[:davical][:system_name]</tt></td>
<td>String</td>
<td>The name of the application that delegates to Davical</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>[:davical][:system_email]</tt></td>
<td>String</td>
<td>The email account from which iCal reminders are sent</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>[:davical][:time_zone]</tt></td>
<td>String</td>
<td>Calendar time zone</td>
<td><tt>Europe/London</tt></td>
</tr>
</table>

Usage

chef-davical::default

Just include chef-davical in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[chef-davical]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_feature_f)
  3. Write tests for your change
  4. Write your change
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: Hemal N Varambhia

Dependent cookbooks

apt >= 0.0.0
firewall >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

chef-davical CHANGELOG

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

0.1.0

  • [your_name] - Initial release of chef-davical

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

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

Contributing File Metric
            

0.4.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
            

0.4.1 failed this metric

FC064: Ensure issues_url is set in metadata: chef-davical/metadata.rb:1
FC065: Ensure source_url is set in metadata: chef-davical/metadata.rb:1
FC066: Ensure chef_version is set in metadata: chef-davical/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.4.1 passed this metric

Testing File Metric
            

0.4.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
            

0.4.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