view modules/sshkeys_core/metadata.json @ 482:d83de9b3a62b default tip

Update hiera.yaml within Puppet config Forgot that we manage it from here. Now has content to match new packages
author IBBoard <dev@ibboard.co.uk>
date Fri, 30 Aug 2024 16:10:36 +0100
parents adf6fe9bbc17
children
line wrap: on
line source

{
  "name": "puppetlabs-sshkeys_core",
  "version": "2.5.0",
  "author": "puppetlabs",
  "summary": "Manage SSH authorized keys, and known hosts.",
  "license": "Apache-2.0",
  "source": "https://github.com/puppetlabs/puppetlabs-sshkeys_core",
  "project_page": "https://github.com/puppetlabs/puppetlabs-sshkeys_core",
  "issues_url": "https://github.com/puppetlabs/puppetlabs-sshkeys_core/issues",
  "dependencies": [

  ],
  "operatingsystem_support": [
    {
      "operatingsystem": "CentOS"
    },
    {
      "operatingsystem": "OracleLinux"
    },
    {
      "operatingsystem": "RedHat"
    },
    {
      "operatingsystem": "Scientific"
    },
    {
      "operatingsystem": "Debian"
    },
    {
      "operatingsystem": "Ubuntu"
    },
    {
      "operatingsystem": "Fedora"
    },
    {
      "operatingsystem": "Darwin"
    },
    {
      "operatingsystem": "SLES"
    },
    {
      "operatingsystem": "Solaris"
    },
    {
      "operatingsystem": "Rocky"
    },
    {
      "operatingsystem": "AlmaLinux"
    },
    {
      "operatingsystem": "Amazon"
    }
  ],
  "requirements": [
    {
      "name": "puppet",
      "version_requirement": ">= 6.0.0 < 9.0.0"
    }
  ],
  "pdk-version": "3.0.1",
  "template-url": "https://github.com/puppetlabs/pdk-templates#3.0.1",
  "template-ref": "tags/3.0.1-0-gd13288a"
}