Guest User

Untitled

a guest
Oct 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. default[:tropo][:stand_alone] = true
  2. if node[:tropo][:stand_alone]
  3. default[:tropo][:vcm_host] = "127.0.0.1"
  4. default[:tropo][:vcm_mhost] = "127.0.0.1"
  5. default[:tropo][:media_server_host] = "127.0.0.1"
  6. else
  7. default[:tropo][:vcm_host] = node.ipaddress
  8. default[:tropo][:vcm_mhost] = node.ipaddress
  9. default[:tropo][:media_server_host] = node.ipaddress
  10. end
Add Comment
Please, Sign In to add comment