File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ The following command lists all available minions running CentOS using the grain
104104
105105 Salt also provides a state system. States can be used to configure the minion hosts.
106106
107- For example, when a minion host is ordered to read the following state file, will install
107+ For example, when a minion host is ordered to read the following state file, it will install
108108and start the Apache server:
109109
110110.. code-block :: yaml
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ Command Line Applications
66Clint
77-----
88
9- .. todo :: Write about Clint
9+ .. todo :: Write about Clint
Original file line number Diff line number Diff line change @@ -41,3 +41,9 @@ messaging library aimed at use in scalable distributed or concurrent
4141applications. It provides a message queue, but unlike message-oriented
4242middleware, a ØMQ system can run without a dedicated message broker. The
4343library is designed to have a familiar socket-style API.
44+
45+ RabbitMQ
46+ --------
47+
48+ .. todo :: Write about RabbitMQ
49+
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ Django ORM
3030The Django ORM is the interface used by `Django <http://www.djangoproject.com >`_
3131to provide database access.
3232
33- It's based on the idea of models, an abstraction that makes it easier to
33+ It's based on the idea of ` models < https://docs.djangoproject.com/en/1.3/#the-model-layer >`_ , an abstraction that makes it easier to
3434manipulate data in Python.
3535
36- Documentation can be found `here <https://docs.djangoproject.com/en/1.3/#the-model-layer >`_
You can’t perform that action at this time.
0 commit comments