cristifalcas / puppet-etcd

etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines.
https://coreos.com/etcd/
Apache License 2.0
9 stars 39 forks source link

Added option completely enable and disable all clustering options #10

Closed nbyl closed 8 years ago

nbyl commented 8 years ago

I have added an option to completely disable all clustering from the config file. My version of etcd did not startup correctly when using the class etcd without all options.

cristifalcas commented 8 years ago

thank you @nbyl