Skip to content

Commit 28dbc40

Browse files
committed
moving config mgmt meta into markdown page
1 parent bb416bb commit 28dbc40

File tree

4 files changed

+22
-57
lines changed

4 files changed

+22
-57
lines changed

configuration-management.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1>Configuration Management</h1>
5151
<a href="http://www.getchef.com/chef/">Chef</a>,
5252
<a href="http://www.saltstack.com/">SaltStack</a>, and Ansible. Puppet and Chef are
5353
written in Ruby, while SaltStack and Ansible are written in Python.</p>
54-
<h1>Ad hoc tasks</h1>
54+
<h2>Ad hoc tasks</h2>
5555
<p>Configuration management tools such as Chef, Puppet, Ansible, and SaltStack
5656
are not useful for performing ad hoc tasks that require interactive responses.
5757
<a href="http://docs.fabfile.org/en/1.8/">Fabric</a> and
@@ -119,12 +119,12 @@ <h3>Ansible Resources</h3>
119119
</li>
120120
</ul>
121121
<h3>What's next after automating your app configuration?</h3>
122-
<div class="row">
122+
<div class="row">
123123
<div class="col-md-3">
124124
<div class="well select-next">
125125
<a href="/logging.html" class="btn btn-success btn-full"><i class="fa fa-align-left fa-inverse fa-2x"></i></a>
126126
<p class="under-btn">
127-
How do I monitor my app and task queues with logging?
127+
How do I log events that happen in my app while it is running?
128128
</p>
129129
</div>
130130
</div>
@@ -133,27 +133,27 @@ <h3>What's next after automating your app configuration?</h3>
133133
<a href="/web-analytics.html" class="btn btn-success btn-full"><i class="fa fa-dashboard fa-2x"></i></a>
134134
</a>
135135
<p class="under-btn">
136-
I want to learn more about the users of my application.
136+
I want to learn more about the users of my app with web analytics.
137137
</p>
138138
</div>
139139
</div>
140140
<div class="col-md-3">
141141
<div class="well select-next">
142142
<a href="/api-integration.html" class="btn btn-success btn-full"><i class="fa fa-link fa-inverse fa-2x"></i></a>
143143
<p class="under-btn">
144-
How do I integrate external APIs into my app?
144+
How do I integrate external APIs into my application?
145145
</p>
146146
</div>
147147
</div>
148-
<div class="col-md-3">
148+
<div class="col-md-3">
149149
<div class="well select-next">
150150
<a href="/web-application-security.html" class="btn btn-success btn-full"><i class="fa fa-lock fa-inverse fa-2x"></i></a>
151151
<p class="under-btn">
152-
What should I do about security in my application?
152+
What should I do to secure my web application?
153153
</p>
154154
</div>
155155
</div>
156-
</div> <style type="text/css">
156+
</div> <style type="text/css">
157157
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }
158158
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
159159
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

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-04-29T10:29:05Z</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-04-30T10:00:59Z</updated></feed>

source/content/pages/03-deployment/0317-configuration-management.markdown

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ title: Configuration Management
22
category: page
33
slug: configuration-management
44
sort-order: 039
5-
choice1url:
6-
choice1icon:
7-
choice1text:
8-
choice2url:
9-
choice2icon:
10-
choice2text:
11-
choice3url:
12-
choice3icon:
13-
choice3text:
14-
choice4url:
15-
choice4icon:
16-
choice4text:
5+
choice1url: /logging.html
6+
choice1icon: fa-align-left fa-inverse
7+
choice1text: How do I log events that happen in my app while it is running?
8+
choice2url: /web-analytics.html
9+
choice2icon: fa-dashboard
10+
choice2text: I want to learn more about the users of my app with web analytics.
11+
choice3url: /api-integration.html
12+
choice3icon: fa-link fa-inverse
13+
choice3text: How do I integrate external APIs into my application?
14+
choice4url: /web-application-security.html
15+
choice4icon: fa-lock fa-inverse
16+
choice4text: What should I do to secure my web application?
1717

1818

1919
# Configuration Management
@@ -25,7 +25,7 @@ way, including [Puppet](http://puppetlabs.com/puppet/what-is-puppet),
2525
written in Ruby, while SaltStack and Ansible are written in Python.
2626

2727

28-
# Ad hoc tasks
28+
## Ad hoc tasks
2929
Configuration management tools such as Chef, Puppet, Ansible, and SaltStack
3030
are not useful for performing ad hoc tasks that require interactive responses.
3131
[Fabric](http://docs.fabfile.org/en/1.8/) and

source/theme/templates/chapters/configuration-management.html

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)