Skip to content

A puppet 4 module to install and configure Jetty Web Server

License

Notifications You must be signed in to change notification settings

nickywhite/puppet-jetty

Repository files navigation

Puppet-Jetty

A module to install Jetty and configure the service. This module has been highly inspired on maestroweb/jetty module

Usage

class { '::jetty':
  version => '9.2.20.v20161216',
  home    => '/opt',
  user    => 'jetty',
  group   => 'jetty',
}

This is a puppet 4 module, the recomendation is to use the binding capabilities of this puppet version

---
  jetty::version: '9.2.20.v20161216
  jetty::home: /opt
  jetty::user: jetty
  jetty::group: servers

include '::jetty'

About

A puppet 4 module to install and configure Jetty Web Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 59.9%
  • Puppet 32.4%
  • HTML 7.1%
  • AMPL 0.6%