Forge Home

wso2base

This is the base puppet module required by all WSO2 products

9,377 downloads

8,445 latest version

3.8 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 2.0.3 (latest)
  • 2.0.2
  • 2.0.1
  • 2.0.0 (deleted)
  • 1.0.5 (deleted)
  • 1.0.4 (deleted)
  • 1.0.3 (deleted)
  • 1.0.2 (deleted)
  • 1.0.1 (deleted)
  • 1.0.0 (deleted)
released Sep 8th 2015
This version is compatible with:
  • Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >= 3.0.0 < 5.0.0

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'suhan-wso2base', '2.0.3'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add suhan-wso2base
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install suhan-wso2base --version 2.0.3

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

suhan/wso2base — version 2.0.3 Sep 8th 2015

wso2base

Table of Contents

  1. Module Description - What the module does and why it is useful
  2. Backwards compatibility information
  3. Setup - The basics of getting started with wso2base module
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Module Description

This is the base puppet module required by all WSO2 products puppet modules

Setup

Copy the required files to /etc/puppet/modules/wso2base/files
Go through the FilesToCopyHere.txt readme file.

Customize JDK versions

e.g.: Installing JDK 7 Update 79 on Ubuntu x64

  • Download and copy the file jdk-7u79-linux-x64.gz to /etc/puppet/modules/wso2base/files location.
  • Update the java section of /etc/puppet/modules/wso2base/manifests/params.pp
    as follows,
# Java
    $java_home  = "jdk1.7.0_79"
    $package    = "jdk-7u79-linux-x64.gz"

Usage

Sample site.pp file

node default {  
}  
node base {  
    class { wso2base: }  
}  
# To test your puppet code use this block  
node 'puppetagent' inherits base{  
}   

Reference

Classes

Public classes

  • wso2base: Installs and manages the WSO2 base module

Private classes

  • wso2base::params: Builds a hash of core module information.

Parameters

Limitations

This module has been tested on:

  • Ubuntu 12.04, 14.04

Testing on other platforms has been minimal and cannot be guaranteed.

Development

This module is maintained by Suhan Dharmasuriya.

Authors

  • Malintha Adikari
  • Thilina Piyasundara