summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/webapp/metadata.rb
blob: ecfb419953ce0ec04a972865d7b59b07a193c208 (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'
depends 'mysql'
depends 'php'