forked from genebean/genebean-winbind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
21 lines (21 loc) · 814 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "genebean-winbind",
"version": "1.0.0",
"author": "Gene Liverman",
"summary": "A Puppet module for configuring Winbind on a Linux host",
"license": "BSD-3-Clause",
"source": "https://github.com:genebean/genebean-winbind.git",
"project_page": "https://github.com/genebean/genebean-winbind",
"issues_url": "https://github.com/genebean/genebean-winbind/issues",
"tags": [ "winbind", "smb" ],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.4.0" }
],
"requirements": [
{ "name": "puppet", "version_requirement": ">= 2.7.0 < 5.0.0" }
],
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5", "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", "6", "7" ] }
]
}