Skip to content

Instantly share code, notes, and snippets.

@bluerabbit
Created March 16, 2013 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluerabbit/5176231 to your computer and use it in GitHub Desktop.
Save bluerabbit/5176231 to your computer and use it in GitHub Desktop.
gem ohaiでplatformを調べる
$ gem install ohai
$ ohai platform
[2013-03-16T21:47:19+09:00] INFO: [inet6] no default interface, picking the first ipaddress
[
  "mac_os_x"
]
@bluerabbit
Copy link
Author

chefはohaiを使ってplatformを判別しながらどのpackageマネージャを使うべきかなどを判断している

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment