metadata.json 975 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "puppet-icinga2",
  3. "version": "0.5",
  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. "operatingsystemrelease": [
  14. "6"
  15. ]
  16. },
  17. {
  18. "operatingsystem": "Ubuntu",
  19. "operatingsystemrelease": [
  20. "12.04",
  21. "14.04"
  22. ]
  23. }
  24. ],
  25. "requirements": [
  26. {
  27. "name": "puppet",
  28. "version_requirement": "3.x"
  29. }
  30. ],
  31. "description": "A module for installing and configuring the Icinga 2 monitoring system",
  32. "dependencies": [
  33. {
  34. "name": "puppetlabs/apt",
  35. "version_requirement": ">= 1.5.0"
  36. },
  37. {
  38. "name": "puppetlabs/stdlib",
  39. "version_requirement": ">= 4.3.2"
  40. }
  41. ]
  42. }