-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmetadata.json
More file actions
28 lines (28 loc) · 741 Bytes
/
metadata.json
File metadata and controls
28 lines (28 loc) · 741 Bytes
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
{
"name": "thias-tuned",
"version": "1.0.8",
"author": "Matthias Saou",
"license": "Apache-2.0",
"summary": "Tuned adaptive system tuning daemon module",
"source": "git://github.com/thias/puppet-tuned",
"project_page": "https://github.com/thias/puppet-tuned",
"issues_url": "https://github.com/thias/puppet-tuned/issues",
"tags": ["tuned", "sysctl"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7", "8", "9", "10" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7", "8", "9", "10" ]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=2.7.20 <9.0.0"
}
],
"dependencies": []
}