Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

higanworks-cookbooks/ufw_install

Repository files navigation

ufw_install Cookbook

This cookbook installs ufw to centos.

Supports

  • CentOS

Requirements

  • python

Attributes

Nothing.

Usage

ufw_install::default

Just include ufw_install in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[ufw_install]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Author

Author:: HiganWorks LLC ([email protected])

About

Installs ufw to centos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages