view modules/epel/metadata.json @ 421:a5d1f34a7d3f

Ensure keyring is installed with pip3 The default `pip` alias doesn't exist on CentOS
author IBBoard <dev@ibboard.co.uk>
date Sat, 08 Oct 2022 16:00:06 +0100
parents 66c075c5f54a
children adf6fe9bbc17
line wrap: on
line source

{
  "name": "puppet-epel",
  "version": "3.1.0",
  "author": "Vox Pupuli",
  "summary": "Setup the EPEL package repo",
  "license": "Apache-2.0",
  "source": "https://github.com/voxpupuli/puppet-epel",
  "project_page": "https://github.com/voxpupuli/puppet-epel",
  "issues_url": "https://github.com/voxpupuli/puppet-epel/issues",
  "operatingsystem_support": [
    {
      "operatingsystem": "RedHat",
      "operatingsystemrelease": [
        "7",
        "8"
      ]
    },
    {
      "operatingsystem": "CentOS",
      "operatingsystemrelease": [
        "7",
        "8"
      ]
    },
    {
      "operatingsystem": "Scientific",
      "operatingsystemrelease": [
        "7"
      ]
    },
    {
      "operatingsystem": "OracleLinux",
      "operatingsystemrelease": [
        "7",
        "8"
      ]
    }
  ],
  "requirements": [
    {
      "name": "puppet",
      "version_requirement": ">= 5.5.8 < 8.0.0"
    }
  ],
  "description": "Setup the EPEL package repo on Centos/RHEL et al",
  "dependencies": [

  ]
}