infinitory/infinitory/templates/home.html
Daniel Parks f9b7d7cd58
Use the term “application” rather than “service”
The term “service” is confusing because of the related Puppet resource
type. “Application” makes it clear that this doesn't track running
processes.
2018-10-12 18:45:41 -07:00

10 lines
360 B
HTML

{% extends "layout.html" %}
{% block title %}Puppet SRE Infrastructure{% endblock %}
{% block body %}
<h1>Puppet SRE Infrastructure</h1>
<ul>
<li><a href="nodes/index.html">Node inventory</a></li>
<li><a href="roles/index.html">Role inventory</a></li>
<li><a href="applications/index.html">Application inventory</a></li>
</ul>
{% endblock %}