Add puppet/archive module, required for newer puppet/rabbitmq
[mirror/dsa-puppet.git] / 3rdparty / modules / archive / metadata.json
1 {
2   "name": "puppet-archive",
3   "version": "2.3.0",
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 < 5.0.0"
14     }
15   ],
16   "data_provider": null,
17   "operatingsystem_support": [
18     {
19       "operatingsystem": "RedHat",
20       "operatingsystemrelease": [
21         "4",
22         "5",
23         "6",
24         "7"
25       ]
26     },
27     {
28       "operatingsystem": "CentOS",
29       "operatingsystemrelease": [
30         "4",
31         "5",
32         "6",
33         "7"
34       ]
35     },
36     {
37       "operatingsystem": "OracleLinux",
38       "operatingsystemrelease": [
39         "4",
40         "5",
41         "6",
42         "7"
43       ]
44     },
45     {
46       "operatingsystem": "Scientific",
47       "operatingsystemrelease": [
48         "4",
49         "5",
50         "6",
51         "7"
52       ]
53     },
54     {
55       "operatingsystem": "SLES",
56       "operatingsystemrelease": [
57         "11 SP1"
58       ]
59     },
60     {
61       "operatingsystem": "Debian",
62       "operatingsystemrelease": [
63         "6",
64         "7"
65       ]
66     },
67     {
68       "operatingsystem": "Ubuntu",
69       "operatingsystemrelease": [
70         "10.04",
71         "12.04",
72         "14.04",
73         "16.04"
74       ]
75     },
76     {
77       "operatingsystem": "Solaris",
78       "operatingsystemrelease": [
79         "10",
80         "11"
81       ]
82     },
83     {
84       "operatingsystem": "Windows",
85       "operatingsystemrelease": [
86         "Server 2003",
87         "Server 2003 R2",
88         "Server 2008",
89         "Server 2008 R2",
90         "Server 2012",
91         "Server 2012 R2",
92         "7",
93         "8"
94       ]
95     },
96     {
97       "operatingsystem": "AIX",
98       "operatingsystemrelease": [
99         "5.3",
100         "6.1",
101         "7.1"
102       ]
103     }
104   ],
105   "requirements": [
106     {
107       "name": "puppet",
108       "version_requirement": ">=4.7.1 <6.0.0"
109     }
110   ],
111   "description": "The archive module provides native puppet resources for managing compressed file download and extraction with optional checksum verification and cleanup."
112 }