Skip to content

Finchster/puppet-etcd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Build Status

This puppet module installs and configures etcd.

WARNING: This module is totally untested. (except for unit tests) It probably doesn't work! PR me!

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

About

A puppet module for installing and configuring etcd

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 63.2%
  • Puppet 36.8%