view modules/epel/metadata.json @ 272:c42fb28cff86

Update to a newer Python module This also pulls in an EPEL module (which we don't use) and a newer stdlib version.
author IBBoard <dev@ibboard.co.uk>
date Fri, 03 Jan 2020 19:56:04 +0000
parents
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"
}