Mercurial > repos > other > Puppet
view modules/python/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": "puppet-python", "version": "7.3.0", "author": "Vox Pupuli", "summary": "Puppet module for Python", "license": "Apache-2.0", "source": "https://github.com/voxpupuli/puppet-python.git", "project_page": "https://github.com/voxpupuli/puppet-python", "issues_url": "https://github.com/voxpupuli/puppet-python/issues", "tags": [ "python", "pip", "gunicorn" ], "operatingsystem_support": [ { "operatingsystem": "AIX", "operatingsystemrelease": [ "6100-09-11-1810", "7100-05-03-1837" ] }, { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ "8", "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", "8", "9" ] }, { "operatingsystem": "Debian", "operatingsystemrelease": [ "10", "11", "12" ] }, { "operatingsystem": "FreeBSD", "operatingsystemrelease": [ "11", "12", "13" ] }, { "operatingsystem": "Gentoo" }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "18.04", "20.04", "22.04" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "8", "9" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "8", "9" ] }, { "operatingsystem": "Rocky", "operatingsystemrelease": [ "8", "9" ] }, { "operatingsystem": "SLES", "operatingsystemrelease": [ "11.3" ] }, { "operatingsystem": "Archlinux" } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 7.0.0 < 9.0.0" } ], "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.19.0 < 10.0.0" }, { "name": "puppet/epel", "version_requirement": ">= 3.0.0 < 6.0.0" } ] }