summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/webapp/metadata.rb
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/cookbooks/webapp/metadata.rb')
-rw-r--r--kitchen-tests/cookbooks/webapp/metadata.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/kitchen-tests/cookbooks/webapp/metadata.rb b/kitchen-tests/cookbooks/webapp/metadata.rb
deleted file mode 100644
index f0ce5ac040..0000000000
--- a/kitchen-tests/cookbooks/webapp/metadata.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-name "webapp"
-maintainer ""
-maintainer_email ""
-license "Apache-2.0"
-description "Installs/Configures webapp"
-long_description "Installs/Configures webapp"
-version "0.1.0"
-
-depends "apache2", "~> 4.0.0"
-depends "database", "~> 6.1.1"
-depends "php", "~> 4.5.0"