metadata.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "puppet-icinga2",
  3. "version": "0.5.0",
  4. "author": "Icinga Development Team",
  5. "summary": "Icinga 2 Puppet module",
  6. "license": "GPLv2",
  7. "source": "git://github.com/icinga/puppet-icinga2",
  8. "project_page": "https://github.com/icinga/puppet-icinga2",
  9. "issues_url": "https://dev.icinga.org/projects/icinga-tools",
  10. "operatingsystem_support": [
  11. {
  12. "operatingsystem": "CentOS",
  13. "operatingsystemmajrelease": [
  14. "5",
  15. "6",
  16. "7"
  17. ]
  18. },
  19. {
  20. "operatingsystem": "Debian",
  21. "operatingsystemmajrelease": [
  22. "7"
  23. ]
  24. },
  25. {
  26. "operatingsystem": "Ubuntu",
  27. "operatingsystemmajrelease": [
  28. "12.04",
  29. "14.04"
  30. ]
  31. }
  32. ],
  33. "requirements": [
  34. {
  35. "name": "puppet",
  36. "version_requirement": "3.x"
  37. }
  38. ],
  39. "description": "A module for installing and configuring the Icinga 2 monitoring system",
  40. "dependencies": [
  41. {
  42. "name": "puppetlabs/apt",
  43. "version_requirement": ">= 1.5.2"
  44. },
  45. {
  46. "name": "puppetlabs/stdlib",
  47. "version_requirement": ">= 4.3.2"
  48. }
  49. ]
  50. }