Skip to content

Commit acd7e54

Browse files
committed
adding links to puppet, chef, and salt stack
1 parent 1dc053a commit acd7e54

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
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-17T16:16:31Z</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-18T15:54:25Z</updated></feed>

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,9 @@ <h2>Source Control Resources</h2>
632632
<h1>Configuration Management</h1>
633633
<p>Configuration management involves modifying servers from an existing state to
634634
a desired state. Numerous tools exist to modify the state in a controlled
635-
way, including Puppet, Chef, Salt, and Ansible.</p>
635+
way, including <a class="reference external" href="http://puppetlabs.com/puppet/what-is-puppet">Puppet</a>,
636+
<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>
636638
<div class="section" id="ansible">
637639
<h2>Ansible</h2>
638640
<p><a class="reference external" href="http://www.ansibleworks.com/">Ansible</a> is an open source configuration

pages/configuration-management.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ <h1>Configuration Management</h1>
5050

5151
<p>Configuration management involves modifying servers from an existing state to
5252
a desired state. Numerous tools exist to modify the state in a controlled
53-
way, including Puppet, Chef, Salt, and Ansible.</p>
53+
way, including <a class="reference external" href="http://puppetlabs.com/puppet/what-is-puppet">Puppet</a>,
54+
<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>
5456
<div class="section" id="ansible">
5557
<h2>Ansible</h2>
5658
<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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ Configuration Management
77

88
Configuration management involves modifying servers from an existing state to
99
a desired state. Numerous tools exist to modify the state in a controlled
10-
way, including Puppet, Chef, Salt, and Ansible.
10+
way, including `Puppet <http://puppetlabs.com/puppet/what-is-puppet>`_,
11+
`Chef <http://www.getchef.com/chef/>`_,
12+
`SaltStack <http://www.saltstack.com/>`_, and Ansible.
1113

1214

1315
Ansible
1416
-------
1517
`Ansible <http://www.ansibleworks.com/>`_ is an open source configuration
16-
management and application deployment tool built in Python.
18+
management and application deployment tool built in Python.
1719

1820

1921
Ansible Resources

0 commit comments

Comments
 (0)