diff --git a/metadata.json b/metadata.json index 705e0fe3..9ce79269 100644 --- a/metadata.json +++ b/metadata.json @@ -13,83 +13,6 @@ "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", - "14" - ] - }, - { - "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" } diff --git a/spec/acceptance/pip_spec.rb b/spec/acceptance/pip_spec.rb index 5b64c6de..f0cd7465 100644 --- a/spec/acceptance/pip_spec.rb +++ b/spec/acceptance/pip_spec.rb @@ -24,8 +24,8 @@ class { 'python': } PUPPET - apply_manifest(pp, catch_failures: true) - apply_manifest(pp, catch_changes: true) + apply_manifest(pp, catch_failures: true, debug: true) + apply_manifest(pp, catch_changes: true, debug: true) end end