Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delay the consul reload when config file changes
On first install, the consul service may not exist when we create the `node[:consul][:config_dir]}/default.json`. This leads to an error as the service tries to restart itself (thanks to `subscribes`) before the `/etc/init.d/consul` is created.
- Loading branch information