metadata.rb 757 B

12345678910111213141516171819202122
  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. depends 'git'
  15. depends 'apt_repositories'
  16. # The `source_url` points to the development repository for this cookbook. A
  17. # `View Source` link will be displayed on this cookbook's page when uploaded to
  18. # a Supermarket.
  19. #
  20. # source_url 'https://github.com/<insert_org_here>/workstation'