metadata.rb 716 B

1234567891011121314151617181920
  1. name 'workstation'
  2. maintainer 'The Authors'
  3. maintainer_email 'you@example.com'
  4. license 'All Rights Reserved'
  5. description 'Installs/Configures workstation'
  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>/workstation/issues'
  13. depends 'etckeeper'
  14. # The `source_url` points to the development repository for this cookbook. A
  15. # `View Source` link will be displayed on this cookbook's page when uploaded to
  16. # a Supermarket.
  17. #
  18. # source_url 'https://github.com/<insert_org_here>/workstation'