#486·consul

consul service not started on windows

Author: brianbakerCreated Jan 17, 2018Updated Sep 30, 2020
LabelsHelp WantedFeature Request

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.