mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-07-29 17:48:39 -04:00
👾 Fix typos readme
This commit is contained in:
parent
bb96ee67a6
commit
0c93961b97
43 changed files with 10168 additions and 22 deletions
29
other_infrastructure_resources/Chef_Examples/README.md
Executable file
29
other_infrastructure_resources/Chef_Examples/README.md
Executable file
|
@ -0,0 +1,29 @@
|
|||
# Chef Resources
|
||||
|
||||
## Suricata Chef Cookbook
|
||||
|
||||
This cookbook installs and configures Suricata.
|
||||
|
||||
## Usage
|
||||
|
||||
### suricata::default
|
||||
|
||||
* include `suricata` in your node's `run_list`:
|
||||
|
||||
```json
|
||||
{
|
||||
"name":"my_node",
|
||||
"run_list": [
|
||||
"recipe[suricata]"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
----
|
||||
|
||||
|
||||
## License
|
||||
|
||||
When making a reference to my work, please use my [website](http://bt3gl.github.io/index.html).
|
||||
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
|
Loading…
Add table
Add a link
Reference in a new issue