Skip to content

Instantly share code, notes, and snippets.

@ryandotclair
Created October 26, 2015 03:02
Show Gist options
  • Save ryandotclair/582fb1b1f98a0be0df66 to your computer and use it in GitHub Desktop.
Save ryandotclair/582fb1b1f98a0be0df66 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