lorax/tests/pylorax/blueprints/jboss.toml
Brian C. Lane 0a3e6598b2 Update the test blueprints
Change versions to match Fedora versions. Add version numbers to the
blueprints except for glusterfs.toml, not having a version is used as
part of the tests.
2018-05-14 13:00:15 -07:00

16 lines
263 B
TOML

name = "jboss"
description = "An example jboss server"
version = "0.0.1"
[[modules]]
name = "jboss-servlet-3.1-api"
version = "1.0.*"
[[modules]]
name = "jboss-interceptors-1.2-api"
version = "1.0.*"
[[modules]]
name = "java-1.8.0-openjdk"
version = "1.8.0.*"