metadata.json 620 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "vanbraam-ceph",
  3. "version": "0.1.0",
  4. "author": "vanbraam",
  5. "summary": "Ceph cluster management module.",
  6. "license": "Apache-2.0",
  7. "source": "https://gitlab.flatns.net/platforms/vanbraam-ceph.git",
  8. "project_page": "https://gitlab.flatns.net/platforms/vanbraam-ceph.git",
  9. "issues_url": "https://gitlab.flatns.net/platforms/vanbraam-ceph/issues",
  10. "dependencies": [
  11. {
  12. "name": "puppetlabs-stdlib",
  13. "version_requirement": ">= 1.0.0"
  14. }
  15. ],
  16. "operatingsystem_support": [
  17. {
  18. "operatingsystem": "CentOS",
  19. "operatingsystemrelease": [
  20. "7"
  21. ]
  22. }
  23. ]
  24. }