forked from rhtconsulting/puppet-jboss_admin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
29 lines (29 loc) · 839 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
26
27
28
29
{
"name": "cpitman-jboss_admin",
"version": "1.0.1",
"author": "Chris Pitman",
"license": "MIT",
"summary": "A module for managing resources internal to JBoss AS and EAP at runtime",
"source": "https://github.com/cpitman/puppet-jboss_admin",
"project_page": "https://github.com/cpitman/puppet-jboss_admin",
"issues_url": "https://github.com/cpitman/puppet-jboss_admin/issues",
"tags": ["jboss", "jboss-as", "jboss-eap", "wildfly"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "Ubuntu"
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "CentOS"
}
],
"requirements": [{"name": "pe", "version_requirement": "3.x"}],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
]
}