diff --git a/cookbooks/consul/attributes.rb b/cookbooks/consul/attributes.rb index 01056a0..4d8fdb8 100644 --- a/cookbooks/consul/attributes.rb +++ b/cookbooks/consul/attributes.rb @@ -19,7 +19,7 @@ dns = run_command(cmd).stdout.chomp node.reverse_merge!({ 'consul' => { 'manager' => false, - 'manager_hosts' => '["192.168.10.110", "192.168.10.101", "192.168.10.111", "192.168.10.115"]', + 'manager_hosts' => '["192.168.10.101", "192.168.10.251", "192.168.10.252"]', 'ipaddr' => ipaddr, 'dns' => dns }