-
Notifications
You must be signed in to change notification settings - Fork 23
/
metadata.json
22 lines (22 loc) · 1.03 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
{
"name": "joshuabaird-ipaclient",
"version": "2.5.2",
"author": "joshuabaird",
"summary": "Manages server IPA Registration",
"license": "MIT",
"source": "http://www.github.com/joshuabaird/puppet-ipaclient",
"project_page": "http://www.github.com/joshuabaird/puppet-ipaclient",
"issues_url": "https://www.github.com/joshuabaird/puppet-ipaclient/issues",
"description": "A Puppet module for managing FreeIPA Client Registration",
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Fedora", "operatingsystemrelease": [ "19", "20", "21" ] },
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04" ] }
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.0.0"}
]
}