dev/provisioning/modules/apache/metadata.json
author ymh <ymh.work@gmail.com>
Tue, 13 Dec 2016 23:30:50 +0100
changeset 472 8b1e24e0ef70
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Remove wallisian fron nouvelle caledonie as it is already in wallis et futuna (m3.10)

{
  "name": "puppetlabs-apache",
  "version": "1.7.1",
  "author": "puppetlabs",
  "summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.",
  "license": "Apache-2.0",
  "source": "git://github.com/puppetlabs/puppetlabs-apache.git",
  "project_page": "https://github.com/puppetlabs/puppetlabs-apache",
  "issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
  "dependencies": [
    {"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0 < 5.0.0"},
    {"name":"puppetlabs/concat","version_requirement":">= 1.1.1 < 2.0.0"}
  ],
  "operatingsystem_support": [
    {
      "operatingsystem": "RedHat",
      "operatingsystemrelease": [
        "5",
        "6",
        "7"
      ]
    },
    {
      "operatingsystem": "CentOS",
      "operatingsystemrelease": [
        "5",
        "6",
        "7"
      ]
    },
    {
      "operatingsystem": "OracleLinux",
      "operatingsystemrelease": [
        "6",
        "7"
      ]
    },
    {
      "operatingsystem": "Scientific",
      "operatingsystemrelease": [
        "5",
        "6",
        "7"
      ]
    },
    {
      "operatingsystem": "Debian",
      "operatingsystemrelease": [
        "6",
        "7"
      ]
    },
    {
      "operatingsystem": "SLES",
      "operatingsystemrelease": [
        "11 SP1"
      ]
    },
    {
      "operatingsystem": "Ubuntu",
      "operatingsystemrelease": [
        "10.04",
        "12.04",
        "14.04"
      ]
    }
  ],
  "requirements": [
    {
      "name": "pe",
      "version_requirement": ">= 3.7.0 < 2015.4.0"
    },
    {
      "name": "puppet",
      "version_requirement": ">= 3.0.0 < 5.0.0"
    }
  ],
  "description": "Module for Apache configuration"
}