9c7cd684e94292020f43d2777950ee7c9f5770e5
[mirror/dsa-puppet.git] / 3rdparty / modules / archive / metadata.json
1 {
2   "name": "puppet-archive",
3   "version": "3.2.1",
4   "author": "Vox Pupuli",
5   "summary": "Compressed archive file download and extraction with native types/providers for Windows and Unix",
6   "license": "Apache-2.0",
7   "source": "https://github.com/voxpupuli/puppet-archive",
8   "project_page": "https://github.com/voxpupuli/puppet-archive",
9   "issues_url": "https://github.com/voxpupuli/puppet-archive/issues",
10   "dependencies": [
11     {
12       "name": "puppetlabs/stdlib",
13       "version_requirement": ">= 4.13.1 < 6.0.0"
14     }
15   ],
16   "data_provider": null,
17   "operatingsystem_support": [
18     {
19       "operatingsystem": "RedHat",
20       "operatingsystemrelease": [
21         "6",
22         "7"
23       ]
24     },
25     {
26       "operatingsystem": "CentOS",
27       "operatingsystemrelease": [
28         "6",
29         "7"
30       ]
31     },
32     {
33       "operatingsystem": "OracleLinux",
34       "operatingsystemrelease": [
35         "6",
36         "7"
37       ]
38     },
39     {
40       "operatingsystem": "Scientific",
41       "operatingsystemrelease": [
42         "6",
43         "7"
44       ]
45     },
46     {
47       "operatingsystem": "SLES",
48       "operatingsystemrelease": [
49         "11 SP1"
50       ]
51     },
52     {
53       "operatingsystem": "Ubuntu",
54       "operatingsystemrelease": [
55         "14.04",
56         "16.04",
57         "18.04"
58       ]
59     },
60     {
61       "operatingsystem": "Solaris",
62       "operatingsystemrelease": [
63         "10",
64         "11"
65       ]
66     },
67     {
68       "operatingsystem": "Windows",
69       "operatingsystemrelease": [
70         "Server 2003",
71         "Server 2003 R2",
72         "Server 2008",
73         "Server 2008 R2",
74         "Server 2012",
75         "Server 2012 R2",
76         "2016",
77         "7",
78         "8"
79       ]
80     },
81     {
82       "operatingsystem": "AIX",
83       "operatingsystemrelease": [
84         "5.3",
85         "6.1",
86         "7.1"
87       ]
88     }
89   ],
90   "requirements": [
91     {
92       "name": "puppet",
93       "version_requirement": ">= 4.10.0 < 7.0.0"
94     }
95   ],
96   "description": "The archive module provides native puppet resources for managing compressed file download and extraction with optional checksum verification and cleanup."
97 }