view modules/sshkeys_core/metadata.json @ 480:2c3e745be8d2

Update server defs and own modules to match * $osver and $fqdn and others are now all in $facts * Firewall swapped action for jump and has new way to do IPv6 * SSH server setup changed * Resolve warnings from fileserver.conf * has_key() no longer exists because Puppet can do "key in array" * Some variables are now more strictly typed Also: * Try to configure full IPv6 DNS resolver * Clean up old config - unused servers and some CentOS complexity
author IBBoard <dev@ibboard.co.uk>
date Thu, 29 Aug 2024 18:58:49 +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"
}