summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/webapp/metadata.rb
blob: f1f07d952b9417b8f2fc8959ef0be70589a74fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name             "webapp"
maintainer       ""
maintainer_email ""
license          ""
description      "Installs/Configures webapp"
long_description "Installs/Configures webapp"
version          "0.1.0"

depends "apache2"
depends "database", "~> 2.3.1"
depends "mysql"
depends "php"