All our systems are now at least Debian 9
[mirror/dsa-puppet.git] / 3rdparty / modules / archive / metadata.json
index 9c7cd68..667fc20 100644 (file)
@@ -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"
       ]
         "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"
       ]
   "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."