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

Latest commit

 

History

History
51 lines (38 loc) · 903 Bytes

README.md

File metadata and controls

51 lines (38 loc) · 903 Bytes

fluentd_bundle-cookbook

TODO: Enter the cookbook description here.

Supported Platforms

TODO: List your supported platforms.

Attributes

Key Type Description Default
['fluentd_bundle']['bacon'] Boolean whether to include bacon true

Usage

fluentd_bundle::default

Include fluentd_bundle in your node's run_list:

{
  "run_list": [
    "recipe[fluentd_bundle::default]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  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

License and Authors

Author:: HiganWorks LLC. ([email protected])