Skip to content

Instantly share code, notes, and snippets.

@kplimack
Created October 3, 2014 20:49
Show Gist options
  • Save kplimack/f7c6d806cc47b0974342 to your computer and use it in GitHub Desktop.
Save kplimack/f7c6d806cc47b0974342 to your computer and use it in GitHub Desktop.
directory '/etc/chef/ohai/hints' do
action :nothing
recursive true
end.run_action(:create)
file '/etc/chef/ohai/hints/ec2.json' do
content '{}'
action :nothing
end.run_action(:create)
file '/etc/chef/ohai/hints/iam.json' do
content '{}'
action :nothing
end.run_action(:create)
ohai "reload" do
action :nothing
end.run_action(:reload)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment