forked from opus-codium/puppet-dehydrated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
25 lines (25 loc) · 846 Bytes
/
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
{
"name": "puppet-dehydrated",
"version": "0.0.1",
"author": "Michael MacLeod",
"license": "GPLv3",
"summary": "A module for dehydrated",
"source": "https://github.com/MacLeodMike/puppet-dehydrated",
"project_page": "https://github.com/MacLeodMike/puppet-dehydrated",
"issues_url": "https://github.com/MacLeodMike/puppet-dehydrated/issues",
"tags": ["letsencrypt","dehydrated"],
"dependencies": [
{ "name": "puppetlabs-stdlib", "version_range": ">= 1.0.0" },
{ "name": "puppetlabs-vcsrepo", "version_range": ">=1.0.0" },
{ "name": "puppetlabs-concat", "version_range": ">=1.1.0" }
],
"requirements": [
{ "name": "puppet", "version_requirement": ">=3.0.0 <5.0.0" }
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "16.04", "14.04" ]
}
]
}