metadata.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "icinga-icingaweb2",
  3. "version": "1.0.2",
  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"},
  12. {"name":"puppetlabs/concat","version_requirement":">= 1.2.0"},
  13. {"name":"puppetlabs/inifile","version_requirement":">= 1.2.0"},
  14. {"name":"puppetlabs/stdlib","version_requirement":">= 4.4.0"},
  15. {"name":"puppetlabs/vcsrepo","version_requirement":">= 1.2.0"}
  16. ],
  17. "description": "This module install IcingaWeb2",
  18. "tags": [
  19. "icinga",
  20. "icinga2",
  21. "icingaweb2",
  22. "ido",
  23. "idoutils",
  24. "monitoring",
  25. "mysql",
  26. "nagios",
  27. "postgresql"
  28. ],
  29. "operatingsystem_support": [
  30. {
  31. "operatingsystem": "Debian",
  32. "operatingsystemrelease": [
  33. "6.0",
  34. "6.1",
  35. "6.2",
  36. "6.3",
  37. "6.4",
  38. "6.5",
  39. "6.6",
  40. "6.6",
  41. "6.7",
  42. "6.9",
  43. "7.0",
  44. "7.1",
  45. "7.2",
  46. "7.3",
  47. "7.4",
  48. "7.5"
  49. ]
  50. },
  51. {
  52. "operatingsystem": "RedHat",
  53. "operatingsystemrelease": [
  54. "6.0",
  55. "6.1",
  56. "6.2",
  57. "6.3",
  58. "6.4",
  59. "6.5"
  60. ]
  61. },
  62. {
  63. "operatingsystem": "CentOS",
  64. "operatingsystemrelease": [
  65. "6.0",
  66. "6.1",
  67. "6.2",
  68. "6.3",
  69. "6.4",
  70. "6.5"
  71. ]
  72. }
  73. ]
  74. }