Skip to content

bsuiram/puppet-etcd

 
 

Repository files navigation

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 [email protected]

Support

Please log tickets and issues on GitHub

About

A puppet module for installing and configuring etcd

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 60.6%
  • Puppet 27.5%
  • Shell 10.6%
  • HTML 1.3%