-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.json
20 lines (20 loc) · 889 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "thbe-rear",
"version": "0.2.0",
"author": "thbe",
"summary": "Relax and Recover (rear) module",
"license": "GPL-3.0",
"source": "https://github.com/thbe/puppet-rear.git",
"project_page": "https://github.com/thbe/puppet-rear",
"issues_url": "https://github.com/thbe/puppet-rear/issues",
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6.0", "7.0" ] },
{ "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "6.0", "7.0" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6.0", "7.0" ] },
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "6.0", "7.0", "8.0", "9.0", "10.0" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "18.04", "20.04" ] }
],
"dependencies": [
{ "name": "puppetlabs-stdlib", "version_requirement": ">= 4.3.0 < 7.0.0" }
]
}