PageRenderTime 53ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 1ms

/A_Iazovskikh/chef-repo/cookbooks/final-ha-deploy/metadata.rb

https://bitbucket.org/izovskih/devops-5_summer2018
Ruby | 26 lines | 12 code | 4 blank | 10 comment | 1 complexity | f0500c28526239c432db864638467697 MD5 | raw file
  1. name 'final-ha-deploy'
  2. maintainer 'Aleksey Yazovskikh'
  3. maintainer_email 'izovskih@gmail.com'
  4. license 'Apache-2.0'
  5. description 'Installs/Configures final-ha-deploy'
  6. long_description 'Installs/Configures final-ha-deploy'
  7. version '0.1.0'
  8. chef_version '>= 12.14' if respond_to?(:chef_version)
  9. supports 'debian'
  10. # The `issues_url` points to the location where issues for this cookbook are
  11. # tracked. A `View Issues` link will be displayed on this cookbook's page when
  12. # uploaded to a Supermarket.
  13. #
  14. # issues_url 'https://github.com/<insert_org_here>/final-ha-deploy/issues'
  15. issues_url 'https://bitbucket.org/izovskih/devops-5_summer2018/src/master/A_Iazovskikh/chef-repo/'
  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>/final-ha-deploy'
  21. source_url 'https://bitbucket.org/izovskih/devops-5_summer2018/src/master/A_Iazovskikh/chef-repo/'
  22. depends 'aws', '~> 7.5.0'