view modules/common/metadata.json @ 388:750d36241580

Add missing dependency modules Probably required by SSH, but not obviously listed
author IBBoard <dev@ibboard.co.uk>
date Mon, 03 Jan 2022 17:15:14 +0000
parents
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"
    }
  ]
}