Skip to content

Commit

Permalink
Write out default site
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Aumann committed Jun 18, 2013
1 parent f2a6b3d commit c00555b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/default/index.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>Welcome to <%= node['fqdn'] %></title>
</head>

<body>
<p>Here's everything you need to know about <%= node['fqdn'] %>:</p>
<pre><%= JSON.pretty_generate(node.to_hash) %></pre>
</body>
</html>

0 comments on commit c00555b

Please sign in to comment.