-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
20 lines (20 loc) · 878 Bytes
/
metadata.json
File metadata and controls
20 lines (20 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "thbe-ssmtp",
"version": "0.6.0",
"author": "thbe",
"summary": "sSMTP management module",
"license": "GPL-3.0",
"source": "https://github.com/thbe/puppet-ssmtp.git",
"project_page": "https://github.com/thbe/puppet-ssmtp",
"issues_url": "https://github.com/thbe/puppet-ssmtp/issues",
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5.0", "6.0", "7.0" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "5.0", "6.0", "7.0" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "5.0", "6.0", "7.0" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "22.04, 24.04" ] },
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "7", "8" ] },
{ "operatingsystem": "FreeBSD", "operatingsystemrelease": [ "11", "12" ] }
],
"dependencies": [
]
}