-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
30 lines (29 loc) · 769 Bytes
/
metadata.json
File metadata and controls
30 lines (29 loc) · 769 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
{
"name": "slenky-iis_letsencrypt",
"version": "0.1.0",
"author": "Bohdan Astapov",
"summary": "Puppet Module for requesting LetsEncrypt certificate and deploying it to IIS on Windows",
"license": "Apache-2.0",
"source": "https://github.com/slenky/puppet-iis_letsencrypt",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": [
"2008 R2",
"2012 R2",
"10"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 6.0.0"
}
],
"pdk-version": "1.2.0",
"template-url": "file://C:/PROGRA~1/PUPPET~1/DevelopmentKit/share/cache/pdk-module-template.git",
"template-ref": "heads/master-0-g3f7d5ce"
}