/play_framework_cookbook

Cookbook to deploy Play Framework applications

Primary LanguageRubyOtherNOASSERTION

play_framework-cookbook

TODO: Enter the cookbook description here.

Supported Platforms

TODO: List your supported platforms.

Attributes

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

Usage

play_framework::default

Include play_framework in your node's run_list:

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

License and Authors

Author:: YOUR_NAME (<YOUR_EMAIL>)