-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
52 lines (51 loc) · 2.02 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
48
49
50
51
52
{
"name": "jriviere-windows_isos",
"version": "0.0.4",
"author": "jriviere",
"summary": "This module allows you to mount and dismount ISOs on windows server.",
"license": "Apache License, Version 2.0",
"source": "https://github.com/insentia/windows_isos",
"project_page": "https://github.com/insentia/windows_isos",
"issues_url": "https://github.com/insentia/windows_isos/issues",
"description": "This module allows you to mount and dismount ISOs on windows server. Should work on Windows 8.1, Windows Server 2012 R2",
"types": [
],
"operatingsystem_support": [
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"Server 2012",
"Server 2012 R2",
"8",
"8.1"
]
}
],
"checksums": {
"Modulefile": "90ebb6e3affef7722076cf1217ac2cef",
"README.md": "4ab6d9c88bd069d49d16041a71319234",
"lib/puppet/parser/functions/file_exists.rb": "3572c5af1f75ae840e6ed39f52d3eba6",
"lib/puppet/parser/functions/get_drive_label.rb": "3572c5af1f75ae840e6ed39f52d3eba6",
"lib/puppet/parser/functions/get_drive_letter.rb": "c5b8da76ccc95a00a75a8a6f7c465826",
"manifests/init.pp": "3579c7ade05dd78d4c02e85ded450038",
"spec/functions/file_exists_spec.rb": "43bbf910266ac6cd0fa0e82f36dc6eae",
"spec/functions/get_drive_label.rb": "be093e0d88c3f8826a641fd308472b39",
"spec/functions/get_drive_label_specs.rb": "444430373a3ba183b4a5cb1f59cd4180",
"spec/functions/get_drive_letter.rb": "e6dfa1ac072bb5bccecd9a7ab44d75c9",
"spec/functions/get_drive_letter_specs.rb": "e6dfa1ac072bb5bccecd9a7ab44d75c9",
"spec/spec_helper.rb": "09ccbe4bbe4503df6281e6ec7977973d",
"templates/getdriveletter.erb": "6090d97806b0d47840658ad92f9c216e",
"templates/xml.erb": "d11555ee8eb81d0a49c276d52b5da9f2",
"tests/init.pp": "0773f15526968f9459de1dbbdc93a9ad"
},
"dependencies": [
{
"name": "puppetlabs/powershell",
"version_requirement": ">=1.0.2"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.2.1"
}
]
}