claranet / puppet-consul_template

A Puppet module to manage the config and jobs of Consul Template from Hashicorp
Apache License 2.0
30 stars 89 forks source link

fixed bug with upstart in RHEL 6 #55

Closed hwatts closed 8 years ago

gdhbashton commented 8 years ago

Hi,

I'm not minded to include this - upstart on RHEL is a highly unusual use-case, and the if {} construct is far from elegant.

Do you know of a nice way to get the name of the default provider? That might be a route to including this patch... I only want a single service {} block if possible.

hwatts commented 8 years ago

Fair enough. We need to support CentOS 6 + upstart internally for the time being, so we'll use our fork for now.

gdhbashton commented 8 years ago

Ok no probs - I'll close this - thanks for taking the time to create the PR :)