Skip to content

Instantly share code, notes, and snippets.

@ryandotclair
Created October 26, 2015 16:23
Show Gist options
  • Save ryandotclair/562ab4a557922e5d97ed to your computer and use it in GitHub Desktop.
Save ryandotclair/562ab4a557922e5d97ed to your computer and use it in GitHub Desktop.
Chef Example #2 index.html.erb
<h1>Hello <%= node['apache']['greeting'] %>!</h1>
<p>My IP address is <%= node['ipaddress'] %></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment