metadata.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "puppet-icinga2",
  3. "version": "0.6.1",
  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/puppet-icinga2",
  10. "operatingsystem_support": [
  11. {
  12. "operatingsystem": "CentOS",
  13. "operatingsystemmajrelease": [
  14. "5",
  15. "6",
  16. "7"
  17. ]
  18. },
  19. {
  20. "operatingsystem": "RedHat",
  21. "operatingsystemmajrelease": [
  22. "5",
  23. "6",
  24. "7"
  25. ]
  26. },
  27. {
  28. "operatingsystem": "Debian",
  29. "operatingsystemmajrelease": [
  30. "7"
  31. ]
  32. },
  33. {
  34. "operatingsystem": "RedHat",
  35. "operatingsystemmajrelease": [
  36. "5",
  37. "6",
  38. "7"
  39. ]
  40. },
  41. {
  42. "operatingsystem": "Ubuntu",
  43. "operatingsystemmajrelease": [
  44. "12.04",
  45. "14.04"
  46. ]
  47. }
  48. ],
  49. "requirements": [
  50. {
  51. "name": "puppet",
  52. "version_requirement": "3.x"
  53. }
  54. ],
  55. "description": "A module for installing and configuring the Icinga 2 monitoring system",
  56. "dependencies": [
  57. {
  58. "name": "puppetlabs/apt",
  59. "version_requirement": ">= 1.5.2"
  60. },
  61. {
  62. "name": "puppetlabs/stdlib",
  63. "version_requirement": ">= 4.3.2"
  64. }
  65. ]
  66. }