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