Fixed a typo - added a slide. Solved world peace.

This commit is contained in:
Monty Taylor 2012-09-28 08:54:32 -07:00
parent b4c7d300e0
commit b5b1cdba2a
1 changed files with 13 additions and 1 deletions

View File

@ -352,7 +352,7 @@ node "jenkins.openstack.org" {
}
</pre></small>
<p>Perhaps package commands should fundamental, and should create an idempotent package installation set. You know, kinda like how apt and yum already work?</p>
<p>Perhaps package commands should be fundamental units, and should create an idempotent package installation set. You know, kinda like how apt and yum already work?</p>
</div>
<div class="slide">
@ -465,6 +465,18 @@ node 'puppet-dashboard.openstack.org' {
</ul>
</div>
<div class="slide">
<h1>What next?/Usage Pattern 3</h1>
<ul>
<li> Add unittesting to our modules (oops) </li>
<li> More importantly - add real testing to our manifest </li>
<li><ul>
<li> Make manifest that installs all of our modules single server </li>
<li> Per-commit pre-merge, spin up machine, run manifest, test </li>
</ul></li>
</ul>
</div>
<div class="slide">
<h1>Development / Contributing</h1>