Skip to content

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

Notifications You must be signed in to change notification settings

visibilityspots/puppet-jetty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-jetty module

A puppet-module which configures the jetty

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:

$ curl https://packagecloud.io/install/repositories/visibilityspots/packages/script.rpm | sudo bash

Tested on a CentOS 6.5 machine using puppet 3.5.1 and ruby 1.8.7

Options

   $pkg_name    = defaults to 'jetty-9-1.3',

Example

To implement using the defaults or with hiera support:

  node 'jetty' {
    include jetty
  }

For an implementation with custom values without hiera support:

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •