Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ohai v1.0.2
  • Loading branch information
jtimberman committed Oct 28, 2011
1 parent c3c81f6 commit cef708f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion ohai/README.md
Expand Up @@ -26,13 +26,20 @@ http://wiki.opscode.com/display/chef/Writing+Ohai+Plugins
* The "`Ohai::Config[:plugin_path]`" config setting has *NOT* been properly set in the Chef config file
* The "`Ohai::Config[:plugin_path]`" config setting has been properly set in the Chef config file and there are updated plugins dropped off at "`node['ohai']['plugin_path']`".

Changes
=======

## v1.0.2

- [COOK-463] ohai cookbook default recipe should only reload plugins if there were updates

License and Author
==================

Author:: Joshua Timberman (<joshua@opscode.com>)
Author:: Seth Chisamore (<schisamo@opscode.com>)

Copyright:: 2011, Opscode, Inc
Copyright:: 2010-2011, Opscode, Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ohai/metadata.rb
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Distributes a directory of custom ohai plugins"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.0"
version "1.0.2"

recipe "ohai::default", "Distributes a directory of custom ohai plugins"

Expand Down

0 comments on commit cef708f

Please sign in to comment.