Forge Home

twemproxy

This modules helps configure Twemproxy.

11,659 downloads

11,474 latest version

2.0 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

  • 0.1.1 (latest)
  • 0.1.0
released May 8th 2013

Start using this module

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

Add this module to your Puppetfile:

mod 'wuakitv-twemproxy', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add wuakitv-twemproxy
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install wuakitv-twemproxy --version 0.1.1

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

wuakitv/twemproxy — version 0.1.1 May 8th 2013

Puppet-twemproxy

This module manages Twemproxy package installation from source. It takes into consideration the needed packages depending on the Distro yso you can compile it.

USAGE

Creating a pool

Creating a resource to monitor

Dependencies

  • puppet-monit: Ensure monit is installed and configured

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request