Skip to content

Instantly share code, notes, and snippets.

@scarolan
Created September 10, 2014 17:51
Show Gist options
  • Save scarolan/d04429ba153d9a5eb45e to your computer and use it in GitHub Desktop.
Save scarolan/d04429ba153d9a5eb45e to your computer and use it in GitHub Desktop.
ohai_plugin.rb
ohai 'reload_apache' do
plugin 'apache'
action :nothing
end
cookbook_file "#{node['ohai']['plugin_path']}/modules.rb" do
source 'plugins/modules.rb'
owner 'root'
group 'root'
mode '0644'
notifies :reload, 'ohai[reload_apache]', :immediately
end
include_recipe 'ohai::default'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment