forked from insentia/windows_ad
-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.json
47 lines (46 loc) · 1.94 KB
/
metadata.json
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
40
41
42
43
44
45
46
47
{
"name": "jriviere-windows_ad",
"version": "0.3.2",
"author": "Jerome RIVIERE www.jerome-riviere.re",
"summary": "Puppet module to install and configure a Windows DC (2012 R2) and manipulate object in Active directory ",
"license": "Apache License, Version 2.0",
"source": "https://github.com/ninja-2/windows_ad",
"project_page": "https://github.com/insentia/windows_ad",
"issues_url": "https://github.com/insentia/windows_ad/issues",
"description": "Puppet module to install and configure a Windows Domain Controller (2012 R2) and manipulate object in Active directory",
"types": [
],
"operatingsystem_support": [
{
"operatingsystem": "Windows"
}
],
"checksums": {
"Modulefile": "6cc653d8b914ed58cdb5a25bbc2127f1",
"README.md": "88d2009aa687532153528cae01654cc8",
"Rakefile": "64863061ea59404d3b83d123a1be5170",
"lib/puppet/parser/functions/get_password.rb": "2c2df9f918df6d704f9c8aa561cd8f48",
"lib/puppet/parser/functions/get_random_password.rb": "a659dbf0568d8239a319fd7d8ce16099",
"lib/puppet/parser/functions/validate_password.rb": "dc6f2d87967e86882e49a09b9e3e0ca7",
"manifests/conf_forest.pp": "2d8de6a9deddaa47711b7684e6c7c43f",
"manifests/group.pp": "23411b40b610d7d96c9bfcb78b4b38eb",
"manifests/init.pp": "d4d15639d76246871c8c3f6a3196bdff",
"manifests/install.pp": "02d4dff5c898bf26bf37d25b7bdae2fb",
"manifests/organisationalunit.pp": "c1925a20f4cb0da1cf8cb4247a635d4d",
"manifests/user.pp": "7e0a4685b7fd4c5f04b2bff101951d84",
"manifests/users.pp": "754f3dc38918eb403f1153d1d6cd1e1e",
"spec/spec_helper.rb": "09ccbe4bbe4503df6281e6ec7977973d",
"templates/xml.erb": "1816310843569de617fcdb8009cd3265",
"tests/init.pp": "ef9d5695a325a402570138b948c9d582"
},
"dependencies": [
{
"name": "puppetlabs/powershell",
"version_requirement": ">=1.0.2"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.2.1"
}
]
}