metadata.json 491 B

123456789101112131415
  1. {
  2. "name": "puppet-ganeti",
  3. "version": "0.0.1",
  4. "author": "Lorraine Data Network",
  5. "summary": "Puppet module to install and configure a Ganeti cluster",
  6. "license": "Apache-2.0",
  7. "source": "https://github.com/sbadia/puppet-ganeti.git",
  8. "project_page": "https://github.com/sbadia/puppet-ganeti",
  9. "issues_url": "https://github.com/sbadia/puppet-ganeti/issues",
  10. "dependencies": [
  11. {"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"}
  12. ],
  13. "data_provider": null
  14. }