Closed stevendborrelli closed 10 years ago
I'd rather not perform a gradle build on the node. This patch adds the ability to pull down a precompiled exhibitor jar via the web and skip the build step. (Default is set to build to keep the current behavior).
New attributes added:
default[:exhibitor][:install_method] = 'build' default[:exhibitor][:mirror] = 'http://example.com/exhibitor-1.5.0.jar' default[:exhibitor][:checksum] = ''
making some slight changes. Closing and will track at the new location.
I'd rather not perform a gradle build on the node. This patch adds the ability to pull down a precompiled exhibitor jar via the web and skip the build step. (Default is set to build to keep the current behavior).
New attributes added: