-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathmetadata.json
More file actions
73 lines (73 loc) · 1.79 KB
/
Copy pathmetadata.json
File metadata and controls
73 lines (73 loc) · 1.79 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "goldyfruit-grub2",
"version": "2.0.0",
"author": "goldyfruit",
"summary": "Puppet module for managing GRUB2",
"license": "Apache-2.0",
"source": "https://github.com/goldyfruit/puppet-grub2",
"project_page": "https://github.com/goldyfruit/puppet-grub2",
"issues_url": "https://github.com/goldyfruit/puppet-grub2/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=8.0.0 <10.0.0"
},
{
"name": "jcpunk/efi",
"version_requirement": ">=0.1.0 <1.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["8", "9", "10"]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": ["8", "9", "10"]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": ["8", "9", "10"]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": ["43"]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": ["11", "12", "13"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["24.04", "24.10", "25.04", "25.10"]
},
{
"operatingsystem": "CentOS"
},
{
"operatingsystem": "Gentoo"
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": ["15", "16"]
},
{
"operatingsystem": "OpenSuSE",
"operatingsystemrelease": ["15"]
},
{
"operatingsystem": "Archlinux"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=7.0.0 <9.0.0"
}
],
"tags": ["grub", "grub2", "bootloader", "system", "linux", "mbr", "uefi"],
"pdk-version": "3.0.0",
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
"template-ref": "heads/main-0-g017b84e"
}