👾 Fix typos readme

This commit is contained in:
Mia Steinkirch 2019-10-23 12:55:05 -07:00
parent bb96ee67a6
commit 0c93961b97
43 changed files with 10168 additions and 22 deletions

View 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/).