https://github.com/osbi/puppet-jetty
https://github.com/osbi/puppet-jetty
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osbi/puppet-jetty
- Owner: OSBI
- License: other
- Created: 2013-03-13T10:58:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-13T10:59:53.000Z (over 13 years ago)
- Last Synced: 2025-12-26T12:52:16.425Z (6 months ago)
- Language: Puppet
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[puppet-jetty](https://github.com/stankevich/puppet-jetty)
======
Puppet module for installing and managing Jetty.
## Usage
### jetty
Installs and manages Jetty.
**bind_local** — Listen on localhost only. Default: true
**port** — Port to listen on. Default: 8080
**proxy_host** — Use proxy for outbound HTTP and HTTPS connections. Default: false
**proxy_port** — Proxy server port. Default: none
class { 'jetty':
bind_local => true,
port => '8080',
proxy_host => 'proxy.example.com',
proxy_port => '3128',
}
## Authors
[Sergey Stankevich](https://github.com/stankevich)