An open API service indexing awesome lists of open source software.

https://github.com/rubiojr/ohai-plugins

Custom ohai plugins
https://github.com/rubiojr/ohai-plugins

Last synced: about 2 months ago
JSON representation

Custom ohai plugins

Awesome Lists containing this project

README

        

Configuring chef-client to load custom ohai-plugins:

1. edit /etc/chef/client.rb
2. add the following line to the end of the file:

Ohai::Config[:plugin_path] << '/etc/ohai/plugins' #you can choose any path you want

3. add your custom plugins there (i.e. /etc/ohai/plugins)
4. reload the client:
/etc/init.d/chef-client restart