Mercurial > repos > other > Puppet
view modules/archive/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
{ "operatingsystem_support": [ { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ "8", "9" ] }, { "operatingsystem": "Rocky", "operatingsystemrelease": [ "8", "9" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", "8", "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", "8", "9" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "7", "8", "9" ] }, { "operatingsystem": "Scientific", "operatingsystemrelease": [ "7" ] }, { "operatingsystem": "SLES", "operatingsystemrelease": [ "11 SP1" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "18.04", "20.04", "22.04" ] }, { "operatingsystem": "Debian", "operatingsystemrelease": [ "10", "11", "12" ] }, { "operatingsystem": "Solaris", "operatingsystemrelease": [ "10", "11" ] }, { "operatingsystem": "Windows", "operatingsystemrelease": [ "2016" ] }, { "operatingsystem": "AIX", "operatingsystemrelease": [ "7.1" ] }, { "operatingsystem": "Archlinux" }, { "operatingsystem": "Darwin", "operatingsystemrelease": [ "19" ] }, { "operatingsystem": "VirtuozzoLinux", "operatingsystemrelease": [ "7" ] } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 7.0.0 < 9.0.0" } ], "name": "puppet-archive", "version": "7.1.0", "source": "https://github.com/voxpupuli/puppet-archive", "author": "Vox Pupuli", "license": "Apache-2.0", "summary": "Compressed archive file download and extraction with native types/providers for Windows and Unix", "description": "The archive module provides native puppet resources for managing compressed file download and extraction with optional checksum verification and cleanup.", "project_page": "https://github.com/voxpupuli/puppet-archive", "issues_url": "https://github.com/voxpupuli/puppet-archive/issues", "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.18.0 < 10.0.0" } ] }