X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1c848471a16f9d1ee1fc8a327af110447ea1ef4c..b9eeecc2a3ad0fbba208b5b1cea862123fb746b6:/cookbooks/civicrm/metadata.rb diff --git a/cookbooks/civicrm/metadata.rb b/cookbooks/civicrm/metadata.rb index 796cde613..e93367f41 100644 --- a/cookbooks/civicrm/metadata.rb +++ b/cookbooks/civicrm/metadata.rb @@ -1,8 +1,10 @@ +name "civicrm" maintainer "OpenStreetMap Administrators" maintainer_email "admins@openstreetmap.org" -license "Apache 2.0" +license "Apache-2.0" description "Installs and configures CiviCRM" -long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc')) + version "1.0.0" -depends "drupal" +supports "ubuntu" +depends "wordpress" depends "mysql"