- Modification allowing to configure port and listening ip: - init.pp class jetty( [...] $port = '80', $host = '0.0.0.0', ) - templates/default [...] JETTY_PORT="<%= @port %>" JETTY_HOST="<%= @host %>"
class jetty(
[...]
$port = '80',
$host = '0.0.0.0',
)
[...]
JETTY_PORT="<%= @PORT %>"
JETTY_HOST="<%= @host %>"