dev/provisioning/modules/archive/metadata.json
author ymh <ymh.work@gmail.com>
Fri, 17 Nov 2017 00:06:39 +0100
changeset 556 a31f1343b913
parent 405 f239c8c5bb94
permissions -rw-r--r--
Correct header and footer for backend pages

{
  "name": "camptocamp-archive",
  "version": "0.9.0",
  "author": "Camptocamp",
  "summary": "Camptocamp Archive Module",
  "license": "Apache-2.0",
  "source": "https://github.com/camptocamp/puppet-archive",
  "project_page": "https://github.com/camptocamp/puppet-archive",
  "issues_url": "https://github.com/camptocamp/puppet-archive/issues",
  "description": "Archive Module for Puppet",
  "dependencies": [

  ],
  "operatingsystem_support": [
    {
      "operatingsystem": "Debian",
      "operatingsystemrelease": [
        "6",
        "7",
        "8"
      ]
    },
    {
      "operatingsystem": "RedHat",
      "operatingsystemrelease": [
        "5",
        "6",
        "7"
      ]
    }
  ]
}