Skip to content

Commit

Permalink
Merge pull request #60 from kppullin/patch-1
Browse files Browse the repository at this point in the history
Updated unkown `service_mode` error message
  • Loading branch information
reset committed Oct 24, 2014
2 parents fbea888 + 1e3d623 commit 553d25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
when 'client'
service_config['start_join'] = node['consul']['servers']
else
Chef::Application.fatal! %Q(node['consul']['service_mode'] must be "bootstrap", "server", or "client")
Chef::Application.fatal! %Q(node['consul']['service_mode'] must be "bootstrap", "cluster", "server", or "client")
end

iface_addr_map = {
Expand Down

0 comments on commit 553d25f

Please sign in to comment.