talend_job_server
This module is used to install Talend Job Server, as well as install a service using supervisord.
Version information
released Nov 24th 2016
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'williamtsoi-talend_job_server', '0.2.1'
Learn more about managing modules with a PuppetfileDocumentation
williamtsoi/talend_job_server — version 0.2.1 Nov 24th 2016
Overview
This module is used to install Talend Job Server, as well as install a service using supervisord.
Module Description
This module will:
- Download and extract a copy of Talend Job Server from a given URL
- Manage and create (if required) a user and group used to run the Talend Job Server service
- Install supervisord, used to run the Talend Job Server process
- Configure the Talend Job Server as a program within supervisord
- Start the Talend Job Server service
Usage
Basic (minimal) setup
class { '::talend_job_server':
talend_job_server_url => 'http://foo.com/Talend-Job-Server-20160704_1411-V6.2.1.zip',
}
Custom Setup with all parameters
class { '::talend_job_server':
talend_job_server_url => undef,
talend_job_server_home => '/opt/talend_job_server',
talend_job_server_subfolder => 'Talend-JobServer-20160704_1411-V6.2.1',
talend_job_server_user => 'talenduser',
talend_job_server_group => 'talendgroup',
manage_user => true,
manage_group => true,
use_ssl => true,
disabled_cipher_suites => 'TLS_KRB5_WITH_3DES_EDE_CBC_MD5,TLS_KRB5_WITH_RC4_128_SHA,SSL_DH_anon_WITH_DES,CBC_SHA,TLS_DH_anon_WITH_AES_128_CBC_SHA,SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA,SSL_RSA_EXPORT_WITH_RC4_40_MD5,SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA,TLS_KRB5_WITH_3DES_EDE_CBC_SHA,SSL_RSA_WITH_RC4_128_SHA,TLS_KRB5_WITH_DES_CBC_MD5,TLS_KRB5_EXPORT_WITH_RC4_40_MD5,TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5,SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA,TLS_KRB5_EXPORT_WITH_RC4_40_SHA,SSL_DH_anon_EXPORT_WITH_RC4_40_MD5,SSL_DHE_DSS_WITH_DES_CBC_SHA,TLS_KRB5_WITH_DES_CBC_SHA,SSL_RSA_WITH_NULL_MD5,SSL_DH_anon_WITH_3DES_EDE_CBC_SHA,SSL_DHE_RSA_WITH_DES_CBC_SHA,TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA,SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA,SSL_RSA_WITH_NULL_SHA,TLS_KRB5_WITH_RC4_128_MD5,SSL_RSA_WITH_DES_CBC_SHA,TLS_EMPTY_RENEGOTIATION_INFO_SCSV,SSL_RSA_EXPORT_WITH_DES40_CBC_SHA,SSL_DH_anon_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_MD5,SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA',
username => 'talendjobserver',
password => 'password',
}
Limitations
TODO: This is where you list OS compatibility, version compatibility, etc.
Development
TODO: Since your module is awesome, other users will want to play with it. Let them know what the ground rules for contributing are.
YYYY-MM-DD Release 0.1.0
- something you did
- something else you did
Dependencies
- puppetlabs-stdlib (>= 4.13.1)
- puppet-staging (>= 2.0.1)
- flypenguin-mkdir (>= 1.0.4)
- puppetlabs-concat (>= 2.2.0)
- ajcrowe-supervisord (>= 0.6.1)
MIT License Copyright (c) [year] [fullname] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.