metadata.rb 731 B

1234567891011121314151617181920
  1. name 'resolver_config'
  2. maintainer 'The Authors'
  3. maintainer_email 'you@example.com'
  4. license 'All Rights Reserved'
  5. description 'Installs/Configures resolver_config'
  6. version '0.1.0'
  7. chef_version '>= 16.0'
  8. # The `issues_url` points to the location where issues for this cookbook are
  9. # tracked. A `View Issues` link will be displayed on this cookbook's page when
  10. # uploaded to a Supermarket.
  11. #
  12. # issues_url 'https://github.com/<insert_org_here>/resolver_config/issues'
  13. # The `source_url` points to the development repository for this cookbook. A
  14. # `View Source` link will be displayed on this cookbook's page when uploaded to
  15. # a Supermarket.
  16. #
  17. # source_url 'https://github.com/<insert_org_here>/resolver_config'
  18. depends 'resolver'