-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmetadata.json
More file actions
39 lines (39 loc) · 973 Bytes
/
metadata.json
File metadata and controls
39 lines (39 loc) · 973 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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "jgazeley-winbind",
"version": "0.5.1",
"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",
"project_page": "https://github.com/djjudas21/puppet-winbind",
"issues_url": "https://github.com/djjudas21/puppet-winbind/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.2.0 <6.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 7.0.0"
}
],
"tags": [
"samba",
"winbind"
],
"pdk-version": "1.10.0",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git#1.10.0",
"template-ref": "1.10.0-0-gbba9ac3"
}