view modules/epel/metadata.json @ 466:202aeef575a1

Correct HTTP log paths in LogWatch It wasn't generating logs because we're not using the normal pattern - our site name comes _after_ the "access" part, not before
author IBBoard <dev@ibboard.co.uk>
date Sun, 25 Feb 2024 10:10:32 +0000
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": [

  ]
}