mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 02:08:41 -05:00
10 lines
352 B
HTML
10 lines
352 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="services/index.html">Service inventory</a></li>
|
|
</ul>
|
|
{% endblock %}
|