Add company + rebuild
This commit is contained in:
parent
b76e8c9028
commit
dac0db9ca2
4 changed files with 12 additions and 8 deletions
14
modules.html
14
modules.html
|
@ -255,10 +255,10 @@ noted, any given module does support change hooks.</p>
|
|||
<td>present</td>
|
||||
<td>‘absent’, ‘present’, or ‘latest’.</td>
|
||||
</tr>
|
||||
<tr><td>update-cache</td>
|
||||
<tr><td>update_cache</td>
|
||||
<td>no</td>
|
||||
<td>no</td>
|
||||
<td>run the equivalent of apt-get update before the operation?
|
||||
<td>Run the equivalent of apt-get update before the operation.
|
||||
Can be run as part of the package installation or a seperate step</td>
|
||||
</tr>
|
||||
<tr><td>purge</td>
|
||||
|
@ -266,12 +266,12 @@ Can be run as part of the package installation or a seperate step</td>
|
|||
<td>no</td>
|
||||
<td>Will forge purge of configuration files if state is set to ‘removed’.</td>
|
||||
</tr>
|
||||
<tr><td>default-release</td>
|
||||
<tr><td>default_release</td>
|
||||
<td>no</td>
|
||||
<td> </td>
|
||||
<td>Corresponds to the -t option for apt and sets pin priorities</td>
|
||||
</tr>
|
||||
<tr><td>install-recommends</td>
|
||||
<tr><td>install_recommends</td>
|
||||
<td>no</td>
|
||||
<td>yes</td>
|
||||
<td>Corresponds to the –no-install-recommends option for apt, default
|
||||
|
@ -1219,9 +1219,9 @@ playbooks. See examples below.</td>
|
|||
</tbody>
|
||||
</table>
|
||||
<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 state=latest
|
||||
yum pkg=httpd state=removed
|
||||
yum pkg=httpd state=installed</pre>
|
||||
<div class="highlight-python"><pre>yum name=httpd state=latest
|
||||
yum name=httpd state=removed
|
||||
yum name=httpd state=installed</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="writing-your-own-modules">
|
||||
|
|
|
@ -8,6 +8,7 @@ Who They Are What They Do
|
|||
================================================== ===================================================
|
||||
`Basho <http://basho.com>`_ makers of NoSQL key-value store Riak
|
||||
`Cygate AB <http://cygate.se>`_ IT solutions from Malmö, Sweden
|
||||
`Dag IT Solutions <http://dagit.net>`_ "Enterprise Linux and Beyond"
|
||||
`Fedora Project <http://fedoraproject.org>`_ produces the popular Linux distribution
|
||||
`Four Kitchens <http://fourkitchens.com>`_ "the Drupal Experts"
|
||||
`Schmooze Com <http://www.schmoozecom.com/>`_ Creators of Industry-Leading PBX Platforms
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -193,6 +193,9 @@ s.parentNode.insertBefore(ga, s);
|
|||
<tr><td><a class="reference external" href="http://cygate.se">Cygate AB</a></td>
|
||||
<td>IT solutions from Malmö, Sweden</td>
|
||||
</tr>
|
||||
<tr><td><a class="reference external" href="http://dagit.net">Dag IT Solutions</a></td>
|
||||
<td>“Enterprise Linux and Beyond”</td>
|
||||
</tr>
|
||||
<tr><td><a class="reference external" href="http://fedoraproject.org">Fedora Project</a></td>
|
||||
<td>produces the popular Linux distribution</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue