Forge Home

apicommonsystem

miscellaneous EuPathDB system scripts that are not yet packaged

7,712 downloads

7,712 latest version

1.9 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.

Version information

  • 1.0.0 (latest)
released Nov 9th 2015

Start using this module

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

Add this module to your Puppetfile:

mod 'eupathdb-apicommonsystem', '1.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add eupathdb-apicommonsystem
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install eupathdb-apicommonsystem --version 1.0.0

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

eupathdb/apicommonsystem — version 1.0.0 Nov 9th 2015

apicommonsystem

Module Description

Install miscellaneous scripts from ApiCommonSystem source control

Setup

What apicommonsystem affects

The module will do a checkout the given directory from source control, https://mango.ctegd.uga.edu/svn/ApiCommonSystem/trunk

Then it will run make install from that directory.

Setup Requirements OPTIONAL

Subversion must be installed.

Usage

apicommonsystem { 'Apache': }
apicommonsystem { 'System': }
apicommonsystem { 'WDK': }

Reference

Required Hiera parameters

Username and password for the svn repo must be set in Hiera ,

apicommonsystem::basic_auth_username: puppet
apicommonsystem::basic_auth_password: eieieo

Optional Hiera parameters are

apicommonsystem::workingdir

Sets the directory where the checkout will occur. Defaults to /var/tmp/ApiCommonSystem

apicommonsystem::source

Sets the svn source. Defaults to https://mango.ctegd.uga.edu/svn/ApiCommonSystem/trunk

Limitations

This is where you list OS compatibility, version compatibility, etc.

Development

Since your module is awesome, other users will want to play with it. Let them know what the ground rules for contributing are.

Release Notes/Contributors/Etc Optional

If you aren't using changelog, put your release notes here (though you should consider using changelog). You may also add any additional sections you feel are necessary or important to include here. Please use the ## header.