Small edits to packaging section, docs rebuild

This commit is contained in:
Michael DeHaan
2012-04-21 12:12:46 -04:00
parent 7b7108928e
commit 666afef0e5
14 changed files with 33 additions and 27 deletions

View File

@@ -615,9 +615,9 @@ various configuration attributes. Values include ‘installed’, &#821
&#8216;available&#8217;, &#8216;repos&#8217;, or any package specifier.</li>
</ul>
<p>Example action from Ansible <a class="reference internal" href="playbooks.html"><em>Playbooks</em></a>:</p>
<div class="highlight-python"><pre>yum pkg=httpd ensure=latest
yum pkg=httpd ensure=removed
yum pkg=httpd ensure=installed</pre>
<div class="highlight-python"><pre>yum pkg=httpd state=latest
yum pkg=httpd state=removed
yum pkg=httpd state=installed</pre>
</div>
</div>
<div class="section" id="writing-your-own-modules">
@@ -650,7 +650,7 @@ yum pkg=httpd ensure=installed</pre>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Apr 19, 2012.<br/>
Last updated on Apr 21, 2012.<br/>
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.8.<br/>
</p>
</div>