metadata.json 1.3 KB

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