|
1 | 1 | { |
2 | | - "name": "thielking/getssl", |
3 | | - "version": "0.0.5", |
4 | | - "author": "Daniel Thielking", |
5 | | - "summary": "Uses getssl shell script from srvrco to get LetsEncrypt-Certificates", |
6 | | - "license": "Apache-2.0", |
7 | | - "source": "https://github.com/dthielking/puppet_getssl", |
8 | | - "project_page": "https://github.com/dthielking/puppet_getssl", |
9 | | - "issues_url": "https://github.com/dthielking/puppet_getssl/issues", |
10 | | - "tags": ["getssl", "letsencrypt", "https", "ssl", "certificates"], |
11 | | - "dependencies": [ |
12 | | - {"name":"puppetlabs-stdlib","version_requirement":">= 4.0.0"} |
13 | | - ], |
14 | | - "operatingsystem_support": [ |
15 | | - { |
16 | | - "operatingsystem": "Debian", |
17 | | - "operatingsystemrelease": ["8"] |
18 | | - } |
19 | | - ], |
20 | | - "data_provider": null |
21 | | -} |
| 2 | + "name": "davidc/getssl", |
| 3 | + "version": "0.0.6-unreleased", |
| 4 | + "author": "Daniel Thielking, David Croft", |
| 5 | + "summary": "Automates Let's Encrypt certificates using getssl from srvrco", |
| 6 | + "license": "Apache-2.0", |
| 7 | + "source": "https://github.com/davidc/puppet_getssl", |
| 8 | + "project_page": "https://github.com/davidc/puppet_getssl", |
| 9 | + "issues_url": "https://github.com/davidc/puppet_getssl/issues", |
| 10 | + "tags": ["getssl", "letsencrypt", "https", "ssl", "certificates", "tls"], |
| 11 | + "dependencies": [ |
| 12 | + {"name": "puppetlabs-stdlib", "version_requirement": ">= 4.0.0"} |
| 13 | + ], |
| 14 | + "operatingsystem_support": [ |
| 15 | + {"operatingsystem": "Debian", "operatingsystemrelease": ["8", "9"]} |
22 | 16 |
|
| 17 | + ], |
| 18 | +} |
0 commit comments