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

The aide cookbook has been deprecated

Author provided reason for deprecation:

The aide cookbook has been deprecated and is no longer being maintained by its authors. Use of the aide cookbook is no longer recommended.

RSS

aide (9) Versions 0.1.2

Installs and configures AIDE HIDS

Policyfile
Berkshelf
Knife
cookbook 'aide', '= 0.1.2', :supermarket
cookbook 'aide', '= 0.1.2'
knife supermarket install aide
knife supermarket download aide
README
Dependencies
Quality 0%

Description

Installs and configures the AIDE host-based intrusion detection system.

Requirements

Platform

Tested on CentOS and Ubuntu

Attributes

  • node["aide"]["binary"] - Path to aide binary. Defaults to a sensible
    choice for the platform

  • node["aide"]["config"] - Path to aide.conf file. Defaults to a sensible
    choice for the platform

  • node["aide"]["extra_parameters"] - Extra parameters to use when invoking
    aide. Defaults to a sensible choice for the platform.

  • node["aide"]["cron_service"] - The name of the cron service on the
    platform. Defaults to a sensible choice for the platform.

  • node["aide"]["dbdir"] - Where the AIDE database files are kept. Defaults
    to /var/lib/aide

  • node["aide"]["macros"] - A dictionary of AIDE macros, pre-populated
    as in the default AIDE config file.

  • node["aide"]["paths"] - A dictionary of paths for AIDE to inspect and
    how to handle them, pre-populated as in the default AIDE config file.

Usage

Typically, you'll want to add the default recipe to a role's run list, then
add to the paths dictionary with locations to ignore. Remember that paths
use regex syntax, not glob syntax, so "all files in /opt/foo" is expressed
as "/opt/foo/." not "/opt/foo/".

{
  "name": "foo",
  ...
  "run_list": [
    ...
    "recipe[aide]"
  ],
  "override_attributes": {
    ...
    "aide": {
      "paths": {
        "/opt/foo/.*": "!"
      }
    }
  }
}

License and Author

Author:: Elliot Kendall (elliot.kendall@ucsf.edu)

Copyright:: 2013, The Regents of the University of California

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

paramount Applicable Versions

Collaborator Number Metric
            

0.1.2 failed this metric

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

Foodcritic Metric
            

0.1.2 failed this metric

FC002: Avoid string interpolation where not required: /tmp/d5e9ba5f5a5b5d29babc48f9/aide/recipes/default.rb:6
FC002: Avoid string interpolation where not required: /tmp/d5e9ba5f5a5b5d29babc48f9/aide/recipes/default.rb:9
FC002: Avoid string interpolation where not required: /tmp/d5e9ba5f5a5b5d29babc48f9/aide/recipes/default.rb:17
FC024: Consider adding platform equivalents: /tmp/d5e9ba5f5a5b5d29babc48f9/aide/attributes/default.rb:7