view modules/epel/metadata.json @ 289:386881985a35

Make 4to6 proxy optional to match undef default
author IBBoard <dev@ibboard.co.uk>
date Sun, 16 Feb 2020 20:33:38 +0000
parents c42fb28cff86
children 66c075c5f54a
line wrap: on
line source

{
  "name": "stahnma-epel",
  "version": "1.3.1",
  "author": "stahnma",
  "summary": "Setup the EPEL package repo",
  "license": "Apache-2.0",
  "source": "https://github.com/stahnma/puppet-module-epel",
  "project_page": "https://github.com/stahnma/puppet-module-epel",
  "issues_url": "https://github.com/stahnma/puppet-module-epel/issues",
  "dependencies": [
    {
      "name": "puppetlabs/stdlib",
      "version_requirement": ">= 3.0.0"
    }
  ],
  "data_provider": null,
  "operatingsystem_support": [
    {
      "operatingsystem": "RedHat",
      "operatingsystemrelease": [
        "5",
        "6",
        "7"
      ]
    },
    {
      "operatingsystem": "CentOS",
      "operatingsystemrelease": [
        "5",
        "6",
        "7"
      ]
    },
    {
      "operatingsystem": "Scientific",
      "operatingsystemrelease": [
        "5",
        "6",
        "7"
      ]
    },
    {
      "operatingsystem": "OEL",
      "operatingsystemrelease": [
        "5",
        "6",
        "7"
      ]
    },
    {
      "operatingsystem": "OracleLinux",
      "operatingsystemrelease": [
        "5",
        "6",
        "7"
      ]
    }
  ],
  "requirements": [
    {
      "name": "puppet",
      "version_requirement": ">= 3.0.0"
    }
  ],
  "description": "Setup the EPEL package repo on Centos/RHEL et al"
}