Skip to content

Instantly share code, notes, and snippets.

@ripienaar
Created April 30, 2015 15:56
Show Gist options
  • Select an option

  • Save ripienaar/b48e1e8ddba742569eb5 to your computer and use it in GitHub Desktop.

Select an option

Save ripienaar/b48e1e8ddba742569eb5 to your computer and use it in GitHub Desktop.
foo = case [$network_eth0, $network_eth1]
when ["192.168.1.0", "192.168.2.0"]
"net1"
else
"unknown"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment