Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created September 4, 2015 07:24
Show Gist options
  • Save anonymous/dcdb6fd1953af938affe to your computer and use it in GitHub Desktop.
Save anonymous/dcdb6fd1953af938affe to your computer and use it in GitHub Desktop.
unless Ohai::Config[:plugin_path].include?(node['ohai']['plugin_path'])
Ohai::Config[:plugin_path] = [node['ohai']['plugin_path'], Ohai::Config[:plugin_path]].flatten.compact
reload_ohai ||= true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment