Skip to content

commandemy/course_database

Repository files navigation

cookbook_course_database

This cookbook creates a MySQL database 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_database']['bacon'] Boolean whether to include bacon true

Usage

course_database::default

Include course_database in your node's run_list:

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

License and Authors

Author:: YOUR_NAME (<YOUR_EMAIL>)

About

A MySQL database cookbook for one of our courses

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages