Created
March 14, 2011 12:01
-
-
Save thommay/869042 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # force ohai to run and pick up new languages.java data | |
| ruby_block "reload_ohai" do | |
| block do | |
| o = Ohai::System.new | |
| o.all_plugins | |
| node.automatic_attrs.merge! o.data | |
| end | |
| action :nothing | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment