Skip to content

Instantly share code, notes, and snippets.

@swalberg
Created July 1, 2015 20:40
Show Gist options
  • Save swalberg/18e6d4083ccc0ab4f25a to your computer and use it in GitHub Desktop.
Save swalberg/18e6d4083ccc0ab4f25a to your computer and use it in GitHub Desktop.
datastores = if get_config(:vlan)
hosts_on_network = find_network(get_config(:vlan)).host
hosts_on_network.map
else
dc.datastore
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment