backend-and-orchestration-t.../code/chef
2024-11-17 17:03:20 -08:00
..
attributes merge files from the blockchain infra repo (#59) 2024-11-17 17:03:20 -08:00
files/default merge files from the blockchain infra repo (#59) 2024-11-17 17:03:20 -08:00
recipes merge files from the blockchain infra repo (#59) 2024-11-17 17:03:20 -08:00
templates merge files from the blockchain infra repo (#59) 2024-11-17 17:03:20 -08:00
metadata.rb merge files from the blockchain infra repo (#59) 2024-11-17 17:03:20 -08:00
README.md merge files from the blockchain infra repo (#59) 2024-11-17 17:03:20 -08:00

resources on chef


Suricata Chef Cookbook

This cookbook installs and configures Suricata.

Usage

suricata::default

  • include suricata in your node's run_list:
{
  "name":"my_node",
  "run_list": [
    "recipe[suricata]"
  ]
}