Skip to content

commandemy/course_loadbalancer

Repository files navigation

cookbook_course_loadbalancer

This cookbook creates a HAProxy load balancer for use with the example sinatra app.

To be able to run tests with Test Kitchen, please create a .kitchen.yml file. A .kitchen.sample.yml file is provided as template.

Supported Platforms

TODO: List your supported platforms.

Attributes

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

Usage

course_loadbalancer::default

Include course_loadbalancer in your node's run_list:

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

License and Authors

Author:: YOUR_NAME (<YOUR_EMAIL>)