metadata.rb 392 B

12345678
  1. name "application"
  2. maintainer "Opscode, Inc."
  3. maintainer_email "cookbooks@opscode.com"
  4. license "Apache 2.0"
  5. description "Deploys and configures a variety of applications"
  6. long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
  7. version "2.0.5"
  8. recipe "application", "Empty placeholder recipe, use the LWRPs, see README.md."