inuits/puppet-jetty

Name: puppet-jetty

Owner: Inuits

Description: A puppet module which manages the installation and configuration of a jetty server

Created: 2016-11-04 08:05:55.0

Updated: 2016-11-04 08:05:56.0

Pushed: 2016-11-04 08:04:08.0

Homepage: null

Size: 20

Language: Puppet

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

puppet-jetty module Build Status

A puppet-module which configures the jetty java http(web) server and java servlet container.

The generated rpm package from the jetty directory using maven needs to be uploaded to an available repository so the puppet module can install it.

You could use for example my packagecloud.io repository which you can install on CentOS by:

rl https://packagecloud.io/install/repositories/visibilityspots/packages/script.rpm | sudo bash
Options
pkg_name    = defaults to 'jetty-9-1.3',
Example

To implement using the defaults or with hiera support:

de 'jetty' {
include ::jetty

For an implementation with custom values without hiera support:

de 'jetty' {
class {
  'jetty':
    pkg_name => 'jetty-9-1.4',
}


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.