This cookbook makes ipf rules
- ipf (modcloth-cookbooks@github)
- smartos
- add
ipf_configure::default
to your run_list before other cookbooks. - update array
node.set[:ipf][rules]
in each other recipies. - add
ipf_configure::merge
to your run_list after other cookbooks.
You can create rules in optional recipes using search or attributes your like.
This recipe sets empty arrays to node[:ipf]
for initialize.
This recipe creates ipf.conf
file. The rules are set by some recipes in run_list.
see recipes/example.rb
TODO: (optional) If this is a public cookbook, detail the process for contributing. If this is a private cookbook, remove this section.
e.g.
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors:
- Yukihiko Sawanobori (HiganWorks LLC)
License: Apache2 License