This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.json
57 lines (57 loc) · 1.41 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "jantman-archlinux_workstation",
"version": "0.5.1",
"summary": "Configure an Arch Linux workstation/desktop/laptop",
"author": "jantman",
"description": "Provides many classes (and a sane default class/init.pp) for configuring an Arch Linux workstation/laptop/desktop for graphical use.",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.1.0 <4.13.0"
},
{
"name": "saz/sudo",
"version_requirement": ">=4.2.0 <5.0.0"
},
{
"name": "saz/ssh",
"version_requirement": "3.0.1"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.2.5"
},
{
"name": "puppetlabs/inifile",
"version_requirement": ">= 1.0.0 <3.0.0"
},
{
"name": "nanliu/staging",
"version_requirement": ">= 1.0.0 <2.0.0"
},
{
"name": "puppetlabs/firewall",
"version_requirement": ">= 1.0.0 <2.0.0"
},
{
"name": "garethr/docker",
"version_requirement": ">= 5.0.0 <6.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Archlinux"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0 < 6.0.0"
}
],
"checksums": {
},
"source": "https://github.com/jantman/puppet-archlinux-workstation",
"project_page": "https://github.com/jantman/puppet-archlinux-workstation",
"license": "GPL-3.0"
}