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

snort (19) Versions 3.0.0

Installs Snort IDS packages

Policyfile
Berkshelf
Knife
cookbook 'snort', '= 3.0.0', :supermarket
cookbook 'snort', '= 3.0.0'
knife supermarket install snort
knife supermarket download snort
README
Dependencies
Changelog
Quality 83%

snort Cookbook

Build Status Cookbook Version

Installs the SNORT IDS daemon.

Requirements

Platforms

  • Ubuntu 14.04+
  • RHEL/CentOS, 7.0 and higher only.
  • Fedora
  • Debian 8

Chef

  • Chef 12.1+

Resources

Install

  • On Ubuntu systems, the packages from apt are used.
  • On RHEL and Fedora systems, the packages are retrieved directly from the SNORT project site.
  • On Debian the test recipe forces a compiled install.

Config

Configures /etc/snort/snort.conf. We recommend you put your own config in disk using the file resource.

Rules

Downloads rules for snort.

Service

Used to setup the snort_service for use in other resources.

Usage

An example usage pattern can be found in the test cookbook.

  • Use the snort_install to install the package. This also creates the snort_service resource which you can use to stop, start & enable the snort service correctly.

RHEL based systems you must use the following resources (optional on Debian based systems).

  • Use snort_config to configure the system.
  • Use snort_rules to install rules. You will need a licence for this.

Example configs can be found in test/fixtures/cookbooks/test/

References

License

  • Copyright 2017, Webb Agile Solutions Ltd.
  • Copyright 2015-2016, Cozy Services Ltd.
  • Copyright 2010-2016, Chef Software, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

yum-epel >= 0.0.0
compat_resource >= 12.19
poise-archive >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

snort Cookbook CHANGELOG

This file is used to list changes made in each version of the snort cookbook.

v3.0.0 (tbc)

  • New custom resources for snort_install, snort_compile, snort_rules, snort_config
  • Updated snort_service

v2.1.0

  • Update the versions to the latest snort on RHEL/Fedora
  • Require at least compat_resource 12.9 to prevent random issues
  • Remove Chef 11 compatibility from the metadata file
  • Use kitchen-dokken in Travis CI

v2.0.0

  • Added new snort_service custom resource and a _service.rb recipe. The recipe is called by the default.rb recipe. The custom resource can be used to write wrapper cookbooks and supports the standard service actions (enable, start, restart, reload). The custom resource used the new Chef 12.5 customer resource format and the compat_resource cookbook for compatibility with 12.0+

v1.1.0:

  • Updated to the latest daq and snort packages for RHEL
  • Added Chefspecs for RHEL/Debian platforms
  • Moved all install logic into _install.rb recipe which is called by the default recipe. This changes nothing, but prepares things for adding more functionality at a later date.
  • Updated platforms in the Kitchen CI config
  • Added source_url and issues_url metadata for Supermarket
  • Updated Travis config to test via ChefDK and to use kitchen-docker for integration tests
  • Removed yum cookbook from the Berksfile since it wasn't needed
  • Removed the Contributing doc since it was from when this cookbook was managed by Chef Software Inc.
  • Added standard Chef development gems to the Gemfile
  • Removed references to database output from the Readme
  • Added a Rakefile for simplified testing

v1.0.0:

  • Updated to the latest Snort packages on RHEL / Fedora. For RHEL the minimum supported release is now RHEL 7 due to Snort requirements
  • The default package action is now install and not upgrade to prevent service restarts on Chef runs
  • Switched to platform_family to support all Debian / RHEL derivitives
  • Switch file/dir mode declarations to strings to preserve the leading 0s
  • Updated the Contributing doc to reflect the new process
  • Added a chef ignore file to prevent unecessary files on the Chef server
  • Added a rubocop file and resolved all Rubocop warnings
  • Added a Test Kitchen config for testing supported platforms
  • Added a Gemfile with development dependencies
  • Added a Berksfile for development dependencies

v0.10.0:

  • [COOK-1512] - Update SNORT cookbook with upstream changes for RHEL platforms

Collaborator Number Metric
            

3.0.0 passed this metric

Contributing File Metric
            

3.0.0 passed this metric

Foodcritic Metric
            

3.0.0 failed this metric

FC108: Resource should not define a property named 'name': snort/resources/compile.rb:21
FC108: Resource should not define a property named 'name': snort/resources/config.rb:1
FC108: Resource should not define a property named 'name': snort/resources/service.rb:1
Run with Foodcritic Version 14.0.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

3.0.0 passed this metric

Testing File Metric
            

3.0.0 passed this metric

Version Tag Metric
            

3.0.0 passed this metric