metadata.rb 759 B

123456789101112131415161718192021222324
  1. name 'gateway'
  2. maintainer 'The Authors'
  3. maintainer_email 'you@example.com'
  4. license 'All Rights Reserved'
  5. description 'Installs/Configures gateway'
  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>/gateway/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>/gateway'
  18. depends 'etckeeper'
  19. depends 'git'
  20. depends 'apt_repositories'
  21. depends 'podman'