X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=3rdparty%2Fmodules%2Farchive%2Fmetadata.json;h=667fc20820373885ee53be582106038a3f39ca89;hb=a526f7e1c2d30c1cd7e075a23808d9003ac38089;hp=9c7cd684e94292020f43d2777950ee7c9f5770e5;hpb=ce70d6baf887ae03a2a6a7f5e73eb2e2c3dea208;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/archive/metadata.json b/3rdparty/modules/archive/metadata.json index 9c7cd684e..667fc2082 100644 --- a/3rdparty/modules/archive/metadata.json +++ b/3rdparty/modules/archive/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-archive", - "version": "3.2.1", + "version": "2.3.0", "author": "Vox Pupuli", "summary": "Compressed archive file download and extraction with native types/providers for Windows and Unix", "license": "Apache-2.0", @@ -10,7 +10,7 @@ "dependencies": [ { "name": "puppetlabs/stdlib", - "version_requirement": ">= 4.13.1 < 6.0.0" + "version_requirement": ">= 4.13.1 < 5.0.0" } ], "data_provider": null, @@ -18,6 +18,8 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ + "4", + "5", "6", "7" ] @@ -25,6 +27,8 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ + "4", + "5", "6", "7" ] @@ -32,6 +36,8 @@ { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ + "4", + "5", "6", "7" ] @@ -39,6 +45,8 @@ { "operatingsystem": "Scientific", "operatingsystemrelease": [ + "4", + "5", "6", "7" ] @@ -49,12 +57,20 @@ "11 SP1" ] }, + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "6", + "7" + ] + }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ + "10.04", + "12.04", "14.04", - "16.04", - "18.04" + "16.04" ] }, { @@ -73,7 +89,6 @@ "Server 2008 R2", "Server 2012", "Server 2012 R2", - "2016", "7", "8" ] @@ -90,7 +105,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.10.0 < 7.0.0" + "version_requirement": ">=4.7.1 <6.0.0" } ], "description": "The archive module provides native puppet resources for managing compressed file download and extraction with optional checksum verification and cleanup."