metadata.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "6",
  15. "7"
  16. ]
  17. },
  18. {
  19. "operatingsystem": "Debian",
  20. "operatingsystemmajrelease": [
  21. "7"
  22. ]
  23. },
  24. {
  25. "operatingsystem": "Ubuntu",
  26. "operatingsystemmajrelease": [
  27. "12.04",
  28. "14.04"
  29. ]
  30. }
  31. ],
  32. "requirements": [
  33. {
  34. "name": "puppet",
  35. "version_requirement": "3.x"
  36. }
  37. ],
  38. "description": "A module for installing and configuring the Icinga 2 monitoring system",
  39. "dependencies": [
  40. {
  41. "name": "puppetlabs/apt",
  42. "version_requirement": ">= 1.5.2"
  43. },
  44. {
  45. "name": "puppetlabs/stdlib",
  46. "version_requirement": ">= 4.3.2"
  47. }
  48. ]
  49. }