diff options
author | miwi <miwi@FreeBSD.org> | 2010-04-24 19:55:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-04-24 19:55:45 +0800 |
commit | 2a4d509f593ab65daf71fc2f900d8e946662323a (patch) | |
tree | 5d533bfe198ecc3d7640efaee5b6c1ba46583bc0 /sysutils/Makefile | |
parent | 6264fd11eeb05e4b2d237d1f16f17e30c1fb3fe9 (diff) | |
download | freebsd-ports-gnome-2a4d509f593ab65daf71fc2f900d8e946662323a.tar.gz freebsd-ports-gnome-2a4d509f593ab65daf71fc2f900d8e946662323a.tar.zst freebsd-ports-gnome-2a4d509f593ab65daf71fc2f900d8e946662323a.zip |
Ohai detects data about your operating system. It can be used standalone, but
it's primary purpose is to provide node data to Chef.
Ohai will print out a JSON data blob for all the known data about your system.
When used with Chef, that data is reported back via node attributes.
WWW: http://wiki.opscode.com/display/ohai/Home
PR: ports/145850
Submitted by: Renaud Chaput <renchap at cocoa-x.com>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 0311efe148c5..5e8e5deb9163 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -717,6 +717,7 @@ SUBDIR += rubygem-bundler SUBDIR += rubygem-capistrano SUBDIR += rubygem-god + SUBDIR += rubygem-ohai SUBDIR += runit SUBDIR += runwhen SUBDIR += safe-rm |