forked from fatmcgav/fatmcgav-glassfish
-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.json
36 lines (36 loc) · 1.33 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "wavesoftware-glassfish",
"version": "1.0.0",
"author": "Krzysztof Suszynski",
"license": "GPL-3.0-or-later",
"summary": "A plugin to manage Glassfish instalation and domains, system-properties, jdbc-connection-pools and jdbc-resources and application deployment.",
"description": "Installs Glassfish Application Server and manages domains, system-properties, jdbc-connection-pools, jdbc-resources, custom-resources, auth-realms and application deployment by using the asadmin command line tool. This plugin uses the executable `asadmin` of Glassfish instalation. Plugin installs Glassfish in version `3.1.2.2` as standard and using `puppetlabs/java`.",
"project_page": "http://github.com/wavesoftware/puppet-glassfish",
"source": "git://github.com/wavesoftware/puppet-glassfish.git",
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "8", "9" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "16.04" ]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 <6.0.0"
}
],
"dependencies": [
{
"name": "puppetlabs/java",
"version_requirement": ">=2.4.0 <3.0.0"
}
]
}