view modules/translate/metadata.json @ 399:2c6065b5be5e

Switch to config-based PHP extensions This makes it compatible with Ubuntu, otherwise it keeps trying to re-install the same module because the "phpX.X" package is a virtual package and the Puppet handling of Ubuntu's "is it installed" system is incapable of saying "yes" when a virtual package is installed.
author IBBoard <dev@ibboard.co.uk>
date Wed, 20 Apr 2022 19:08:14 +0100
parents b0f8b88fea5c
children
line wrap: on
line source

{
  "name": "puppetlabs-translate",
  "version": "2.1.0",
  "author": "puppetlabs",
  "summary": "Puppet module that provides the translate() function for internationalization.",
  "license": "Apache-2.0",
  "source": "https://github.com/puppetlabs/puppetlabs-translate",
  "project_page": "https://github.com/puppetlabs/puppetlabs-translate",
  "issues_url": "https://github.com/puppetlabs/puppetlabs-translate/issues",
  "dependencies": [
  
  ],
  "data_provider": null,
  "operatingsystem_support": [
    {
      "operatingsystem": "Debian",
      "operatingsystemrelease": [
        "8",
        "9",
        "10"
      ]
    },
    {
      "operatingsystem": "RedHat",
      "operatingsystemrelease": [
        "5",
        "6",
        "7",
        "8"
      ]
    },
    {
      "operatingsystem": "CentOS",
      "operatingsystemrelease": [
        "8"
      ]
    },
    {
      "operatingsystem": "Ubuntu",
      "operatingsystemrelease": [
        "14.04",
        "16.04"
      ]
    },
    {
      "operatingsystem": "Windows",
      "operatingsystemrelease": [
        "2012",
        "2016",
        "2018",
        "10"
      ]
    }
  ],
  "requirements": [
    {
      "name": "puppet",
      "version_requirement": ">= 5.5.10 < 7.0.0"
    }
  ],
  "pdk-version": "1.14.1",
  "template-url": "https://github.com/puppetlabs/pdk-templates#master",
  "template-ref": "tags/1.14.1-0-g0b5b39b"
}