metadata.json 888 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "puppet-icinga2",
  3. "version": "0.4",
  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. }