Forge Home

etcd

A Puppet module to install and configure etcd!

9,432 downloads

8,637 latest version

3.5 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.4.1 (latest)
  • 0.4.0
  • 0.3.0
  • 0.0.2
  • 0.0.1
released Jun 20th 2014

Start using this module

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

Add this module to your Puppetfile:

mod 'KyleAnderson-etcd', '0.4.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add KyleAnderson-etcd
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install KyleAnderson-etcd --version 0.4.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
Tags: etcd, coreos

Documentation

KyleAnderson/etcd — version 0.4.1 Jun 20th 2014

About

Build Status

This puppet module installs and configures etcd.

WARNING: This module probably has some rough edges. PR me with your modifications! (And tests!)

It is designed around the current version of etcd (at time of this writing), 0.3.0.

Examples

Simplest invocation, installs etcd via packages, manages a user, puts data in /var/lib/etcd/ and makes sure it runs on localhost:

class { 'etcd': }

Parameters

This module is in flux. See init.pp for all parameters and their defaults.

Upstart

Etcd doesn't really include an init script, so this provides a basic one for for upstart-enabled distros. Pull requests welcome to improve this.

Requirements

It assumes you have a package available called etcd. If you don't have one go make one

Contact

Kyle Anderson kyle@xkyle.com

Support

Please log tickets and issues on GitHub