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

Fix etcd_name #2

Closed MiyamotoAkira closed 9 years ago

MiyamotoAkira commented 9 years ago

Whe having a hyphen on the hostname the start fails. Adding the quotes fixes the issue.

cristifalcas commented 9 years ago

Thank you

MiyamotoAkira commented 9 years ago

A pleasure