view modules/epel/metadata.json @ 320:99e3ca448d55

Fix Remi PHP on CentOS 8 It uses the new "modules" approach, so we need to use a new package provider They also use different signing keys
author IBBoard <dev@ibboard.co.uk>
date Sun, 01 Mar 2020 10:58:00 +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"
}