- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with wiremock
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Development - Guide for contributing to the module
This module installs the specified version of Wiremock standalone jar web server.
This module installs the specified version of Wiremock web server. Also installs Java. For more on Wiremock visit http://wiremock.org/
Using hiera simply include the wiremock class in your yaml template
classes:
-wiremock
or if using classes simply
include wiremock
Configurable parameters:
wiremock::version = 1.56
wiremock::install_dir = '/opt/wiremock'
wiremock::wiremock_owner: 'root'
wiremock::wiremock_group: 'root'
java -jar /opt/wiremock/wiremock-standalone.jar
for more configuration options to pass as command line arguments see http://wiremock.org/running-standalone.html
To submit potential fixes or expand features please fork and make a pull request