Skip to content

Instantly share code, notes, and snippets.

@hedgehog
Created February 9, 2011 10:36
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 hedgehog/818280 to your computer and use it in GitHub Desktop.
Save hedgehog/818280 to your computer and use it in GitHub Desktop.
Chef server (Vagrant 0.7) ohai languages
# $ ohai languages
[
[
"c",
{
"sunpro": {
"version": "to",
"description": "cc: error trying to exec 'x86_64-linux-gnu-gcc--flags': execvp: No such file or directory"
},
"glibc": {
"version": "2.11.1",
"description": "GNU C Library (Ubuntu EGLIBC 2.11.1-0ubuntu7.6) stable release version 2.11.1, by Roland McGrath et al."
},
"gcc": {
"version": "4.4.3",
"description": "gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) "
}
}
],
[
"java",
{
"version": "1.6.0_20"
}
],
[
"perl",
{
"version": "5.10.1",
"archname": "x86_64-linux-gnu-thread-multi"
}
],
[
"python",
{
"version": "2.6.5",
"builddate": "Apr 16 2010, 13:57:41"
}
],
[
"ruby",
{
"target_os": "linux",
"bin_dir": "/usr/bin",
"target_vendor": "pc",
"host_vendor": "pc",
"ruby_bin": "/usr/bin/ruby1.8",
"target_cpu": "x86_64",
"version": "1.8.7",
"host_os": "linux-gnu",
"target": "x86_64-pc-linux-gnu",
"host": "x86_64-pc-linux-gnu",
"release_date": "2010-01-10",
"host_cpu": "x86_64",
"gems_dir": "/usr/lib/ruby/gems/1.8",
"platform": "x86_64-linux"
}
],
[
"erlang",
{
"version": "5.7.4",
"emulator": "BEAM",
"options": [
"ASYNC_THREADS",
"HIPE"
]
}
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment