Skip to content

Commit

Permalink
added Chef and Ohai version number printing to default template
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Mar 17, 2013
1 parent 7168ae2 commit 1a08938
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/chef/handler/sns/templates/body.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Node Name: <%= node.name %>
Hostname: <%= node.fqdn %>
<% end -%>

Chef Version: <%= Chef::VERSION %>
Ohai Version: <%= Ohai::VERSION %>

Chef Run List: <%= node.run_list.to_s %>
Chef Environment: <%= node.chef_environment %>
Expand Down

0 comments on commit 1a08938

Please sign in to comment.