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

chkrootkit (1) Versions 0.1.1

Installs/Configures chkrootkit

Policyfile
Berkshelf
Knife
cookbook 'chkrootkit', '~> 0.1.1', :supermarket
cookbook 'chkrootkit', '~> 0.1.1'
knife supermarket install chkrootkit
knife supermarket download chkrootkit
README
Dependencies
Changelog
Quality 17%

chkrootkit Cookbook

Build Status

Chef cookbook for the chkrootkit scanner

Requirements

Only tested with Ubuntu 12 vagrant box so far

https://opscode-vm.s3.amazonaws.com/vagrant/opscode-ubuntu-12.04-chef11

Attributes

e.g.

chkrootkit::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['chkrootkit']['run_daily']</tt></td>
<td>Boolean</td>
<td>whether to run daily or not</td>
<td><tt>default</tt></td>
</tr>
<tr>
<td><tt>['chkrootkit']['run_daily_opts']</tt></td>
<td>string</td>
<td>whether to run quietly</td>
<td><tt>-q</tt></td>
</tr>
<tr>
<td><tt>['chkrootkit']['diff_mode']</tt></td>
<td>Boolean</td>
<td>mode. Not much here yet.</td>
<td><tt>false</tt></td>
</tr>
</table>

Usage

Just include chkrootkit in your node's run_list OR break it out into a role of it's own:

name "chkrootkit"
description "chkrootkit config"
run_list(
    "recipe[chkrootkit]",
)

default_attributes(
    :chkrootkit => { :run_daily => "true" }
)

Contributing

TODO: (optional) If this is a public cookbook, detail the process for contributing. If this is a private cookbook, remove this section.

e.g.
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

License: Nothing here. Take it and do what you wish.
Authors: Greg Palmier

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG for chkrootkit

This file is used to list changes made in each version of chkrootkit.

0.1.0:

  • Initial release of chkrootkit

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

FC064: Ensure issues_url is set in metadata: chkrootkit/metadata.rb:1
FC065: Ensure source_url is set in metadata: chkrootkit/metadata.rb:1
FC066: Ensure chef_version is set in metadata: chkrootkit/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: chkrootkit/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.1 passed this metric

Testing File Metric
            

0.1.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.1.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