mattfinlayson / ansible-consul

Ansible role for consul
Apache License 2.0
233 stars 181 forks source link

Fix upstart script to be correct redirect #204

Open oppai opened 7 years ago

oppai commented 7 years ago

upstart script fails to start.

$ sudo tail /var/log/upstart/consul.log
/opt/consul/bin/consul: 1: /opt/consul/bin/consul: cannot create 1: Permission denied
lhoss commented 7 years ago

+1

lhoss commented 7 years ago

I just tested this, works AND it actually fixes https://github.com/savagegus/ansible-consul/issues/187 ( consul service fails to see a running consul) Alternate fix for later (not needed anymore with above PR): https://github.com/vincepii/ansible-consul/pull/1

lhoss commented 7 years ago

@savagegus or https://github.com/savagegus/ansible-consul/issues/207 ?