Displaying 1 result from an estimated 1 matches for "interface_primary".
2012 Oct 24
5
Multiple resource definition error
...e the module on Host A, a guy will have to first include ucarp 
(to do basic stuff like package installation and making sure service is 
running) and then something like
ucarp::host::config { "ucarp-test":
   node_id => ''1'',
   password => "testpass",
   interface_primary => ''eth0'',
   interface_vip => ''eth1'',
   vip_addr => ''1.1.1.1'',
   vip_addr_netmask => ''2.2.2.2'',
}
On Host B, everything would be same except the vip_addr value which 
results in multiple definition errors for th...