On Windows 2008 R2 (I haven't had a chance to test on our 2012 machines but will update when I do) the consul service is not started upon being installed. Updating consul_service_windows.rb to use action %i(install start) instead of just action :install fixes the issue. I'm happy to submit a pull if you feel like this is the appropriate solution.
On Windows 2008 R2 (I haven't had a chance to test on our 2012 machines but will update when I do) the consul service is not started upon being installed. Updating
consul_service_windows.rbto useaction %i(install start)instead of justaction :installfixes the issue. I'm happy to submit a pull if you feel like this is the appropriate solution.