metadata.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "name": "icinga-icingaweb2",
  3. "version": "1.0.5",
  4. "author": "Tom De Vylder",
  5. "summary": "Module to install and maintain IcingaWeb2",
  6. "license": "Apache-2.0",
  7. "source": "https://git.icinga.org/puppet-icingaweb2.git",
  8. "project_page": "https://dev.icinga.org/projects/puppet-icingaweb2",
  9. "issues_url": "https://dev.icinga.org/projects/puppet-icingaweb2",
  10. "dependencies": [
  11. {"name":"puppetlabs/apache","version_requirement":">= 1.2.0 < 2.0.0"},
  12. {"name":"puppetlabs/concat","version_requirement":">= 1.2.0 < 2.0.0"},
  13. {"name":"puppetlabs/inifile","version_requirement":">= 1.2.0 < 2.0.0"},
  14. {"name":"puppetlabs/stdlib","version_requirement":">= 4.4.0 < 5.0.0"},
  15. {"name":"puppetlabs/vcsrepo","version_requirement":">= 1.2.0 < 2.0.0"}
  16. ],
  17. "data_provider": null,
  18. "description": "This module install IcingaWeb2",
  19. "tags": [
  20. "icinga",
  21. "icinga2",
  22. "icingaweb2",
  23. "ido",
  24. "idoutils",
  25. "monitoring",
  26. "mysql",
  27. "nagios",
  28. "postgresql"
  29. ],
  30. "operatingsystem_support": [
  31. {
  32. "operatingsystem": "Debian",
  33. "operatingsystemrelease": [
  34. "6.0",
  35. "6.1",
  36. "6.2",
  37. "6.3",
  38. "6.4",
  39. "6.5",
  40. "6.6",
  41. "6.6",
  42. "6.7",
  43. "6.9",
  44. "7.0",
  45. "7.1",
  46. "7.2",
  47. "7.3",
  48. "7.4",
  49. "7.5"
  50. ]
  51. },
  52. {
  53. "operatingsystem": "RedHat",
  54. "operatingsystemrelease": [
  55. "6.0",
  56. "6.1",
  57. "6.2",
  58. "6.3",
  59. "6.4",
  60. "6.5",
  61. "6.6",
  62. "6.7",
  63. "7.0.1406",
  64. "7.1.1503"
  65. ]
  66. },
  67. {
  68. "operatingsystem": "CentOS",
  69. "operatingsystemrelease": [
  70. "6.0",
  71. "6.1",
  72. "6.2",
  73. "6.3",
  74. "6.4",
  75. "6.5",
  76. "6.6",
  77. "6.7",
  78. "7.0.1406",
  79. "7.1.1503"
  80. ]
  81. }
  82. ]
  83. }