Skip to content

Commit 10c1759

Browse files
committed
quick update to conf mgmt section
1 parent acd7e54 commit 10c1759

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-01-18T15:54:25Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-01-20T18:24:53Z</updated></feed>

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,8 @@ <h1>Configuration Management</h1>
634634
a desired state. Numerous tools exist to modify the state in a controlled
635635
way, including <a class="reference external" href="http://puppetlabs.com/puppet/what-is-puppet">Puppet</a>,
636636
<a class="reference external" href="http://www.getchef.com/chef/">Chef</a>,
637-
<a class="reference external" href="http://www.saltstack.com/">SaltStack</a>, and Ansible.</p>
637+
<a class="reference external" href="http://www.saltstack.com/">SaltStack</a>, and Ansible. Puppet and Chef are
638+
written in Ruby, while SaltStack and Ansible are written in Python.</p>
638639
<div class="section" id="ansible">
639640
<h2>Ansible</h2>
640641
<p><a class="reference external" href="http://www.ansibleworks.com/">Ansible</a> is an open source configuration

pages/configuration-management.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ <h1>Configuration Management</h1>
5252
a desired state. Numerous tools exist to modify the state in a controlled
5353
way, including <a class="reference external" href="http://puppetlabs.com/puppet/what-is-puppet">Puppet</a>,
5454
<a class="reference external" href="http://www.getchef.com/chef/">Chef</a>,
55-
<a class="reference external" href="http://www.saltstack.com/">SaltStack</a>, and Ansible.</p>
55+
<a class="reference external" href="http://www.saltstack.com/">SaltStack</a>, and Ansible. Puppet and Chef are
56+
written in Ruby, while SaltStack and Ansible are written in Python.</p>
5657
<div class="section" id="ansible">
5758
<h2>Ansible</h2>
5859
<p><a class="reference external" href="http://www.ansibleworks.com/">Ansible</a> is an open source configuration

source/content/pages/configuration-management.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Configuration management involves modifying servers from an existing state to
99
a desired state. Numerous tools exist to modify the state in a controlled
1010
way, including `Puppet <http://puppetlabs.com/puppet/what-is-puppet>`_,
1111
`Chef <http://www.getchef.com/chef/>`_,
12-
`SaltStack <http://www.saltstack.com/>`_, and Ansible.
12+
`SaltStack <http://www.saltstack.com/>`_, and Ansible. Puppet and Chef are
13+
written in Ruby, while SaltStack and Ansible are written in Python.
1314

1415

1516
Ansible

0 commit comments

Comments
 (0)