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

Usage

class { 'jetty':
  version => "9.0.4.v20130625",
  home    => "/opt",
  user    => "jetty",
  group   => "jetty",
}

Upgrading

From 1.0.0

The class now accepts parameters, change $jetty_home, $jetty_version, $jetty_group and $jetty_user to class parameters as described in usage

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%