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

Allow the configure the etcd package name #14

Closed rtoma closed 8 years ago

rtoma commented 8 years ago

Redhat has named its etcd v3 package etcd3: https://rhn.redhat.com/errata/RHEA-2016-2621.html

Your (excellent!) puppet code uses 'etcd' as hardcoded package name.

We currently use the manage_package=false trick, but wouldn't it be nice to set package_name=etcd3 and let your install.pp do its job?

Regards.

cristifalcas commented 8 years ago

Fixed in the latest release.