Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ <h2 id="_example_configuration">Example configuration</h2>
crm_dtd_dir = /usr/share/pacemaker
pe_state_dir = /var/lib/pacemaker/pengine
heartbeat_dir = /var/lib/heartbeat
hb_delnode = /usr/share/heartbeat/hb_delnode
nagios_plugins = /usr/lib64/nagios/plugins

[color]
style = color
Expand Down
7 changes: 1 addition & 6 deletions development/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,10 @@ <h3 id="_tests">Tests</h3>
</div></div>
<div class="paragraph"><p><span class="monospaced">crmsh</span> also comes with a comprehensive regression test suite. The regression tests need
to run after installation, on a system which has both crmsh and pacemaker installed. You
will also need to install <span class="monospaced">pacemaker</span> and the <span class="monospaced">cluster-glue</span> development headers.</p></div>
will also need to install <span class="monospaced">pacemaker</span> development headers.</p></div>
<div class="ulist"><ul>
<li>
<p>
<a href="http://hg.linux-ha.org/glue">cluster-glue</a>
</p>
</li>
<li>
<p>
<a href="https://github.com/ClusterLabs/pacemaker">pacemaker</a>
</p>
</li>
Expand Down
5 changes: 5 additions & 0 deletions documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ <h2 id="_manual">Manual</h2>
</li>
<li>
<p>
<a href="/man-5.0">Manual (v5.0.x)</a>
</p>
</li>
<li>
<p>
<a href="/man-4.6">Manual (v4.6.x)</a>
</p>
</li>
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ <h1>The CRM Shell</h1>
</li>
<li>
<p>
<a href="man-5.0/">Reference Manual (v5.0)</a>
</p>
</li>
<li>
<p>
<a href="man-4.6/">Reference Manual (v4.6)</a>
</p>
</li>
Expand Down
Loading