view modules/common/metadata.json @ 413:6421c6f77eb8

Add PHP SOAP dependency Probably required by WooCommerce to talk to PayPal
author IBBoard <dev@ibboard.co.uk>
date Sat, 08 Oct 2022 12:18:02 +0100
parents 750d36241580
children
line wrap: on
line source

{
  "name": "ghoneycutt-common",
  "version": "1.10.0",
  "author": "ghoneycutt",
  "summary": "common module to be applied to all nodes",
  "license": "Apache-2.0",
  "source": "git://github.com/ghoneycutt/puppet-module-common.git",
  "project_page": "https://github.com/ghoneycutt/puppet-module-common",
  "issues_url": "https://github.com/ghoneycutt/puppet-module-common/issues",
  "dependencies": [
    {
      "name": "puppetlabs/sshkeys_core",
      "version_requirement": ">= 1.0.1 <2.0.0"
    },
    {
      "name": "puppetlabs/stdlib",
      "version_requirement": ">= 4.6.0 < 7.0.0"
    }
  ],
  "data_provider": null,
  "description": "Provide ability to include modules that are common to all nodes.",
  "requirements": [
    {
      "name": "puppet",
      "version_requirement": ">= 3.0.0 < 7.0.0"
    }
  ],
  "operatingsystem_support": [
    {
      "operatingsystem": "Debian"
    },
    {
      "operatingsystem": "RedHat"
    },
    {
      "operatingsystem": "CentOS"
    },
    {
      "operatingsystem": "OracleLinux"
    },
    {
      "operatingsystem": "Scientific"
    },
    {
      "operatingsystem": "Solaris"
    },
    {
      "operatingsystem": "SLES"
    },
    {
      "operatingsystem": "SLED"
    },
    {
      "operatingsystem": "Ubuntu"
    }
  ]
}