forked from djjudas21/puppet-winbind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
24 lines (24 loc) · 679 Bytes
/
Copy pathmetadata.json
File metadata and controls
24 lines (24 loc) · 679 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
{
"name": "jgazeley-winbind",
"version": "0.5.0",
"author": "jgazeley",
"summary": "Puppet module to add Linux machines to a Windows domain using Winbind",
"license": "Apache-2.0",
"source": "https://github.com/djjudas21/puppet-winbind",
"issues_url": "https://github.com/djjudas21/puppet-winbind/issues",
"tags": ["samba", "winbind"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
}
],
"project_page": "https://github.com/djjudas21/puppet-winbind",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 <5.0.0"}
]
}