66
77`Fabric <http://docs.fabfile.org >`_ is a library for simplifying system
88administration tasks. While Chef and Puppet tend to focus on managing servers
9- and system libraries, fabric is more focused on application level tasks such
9+ and system libraries, Fabric is more focused on application level tasks such
1010as deployment.
1111
1212Install Fabric:
@@ -77,7 +77,7 @@ It supports remote command execution from a central point (master host) to multi
7777hosts (minions). It also supports system states which can be used to configure
7878multiple servers using simple template files.
7979
80- Salt supports python versions 2.6 and 2.7 and can be installed via pip:
80+ Salt supports Python versions 2.6 and 2.7 and can be installed via pip:
8181
8282.. code-block :: console
8383
@@ -95,7 +95,7 @@ The following command lists all available minion hosts, using the ping module.
9595 The host filtering is accomplished by matching the minion id, or using the grains system.
9696The `grains <http://docs.saltstack.org/en/latest/topics/targeting/grains.html >`_ system
9797uses static host information like the operating system version or the CPU architecture to
98- provide a host taxonomy for the salt modules.
98+ provide a host taxonomy for the Salt modules.
9999
100100The following command lists all available minions running CentOS using the grains system:
101101
@@ -119,7 +119,7 @@ and start the Apache server:
119119 - require :
120120 - pkg : apache
121121
122- State files can be written using YAML, the Jinja2 template system or pure python .
122+ State files can be written using YAML, the Jinja2 template system or pure Python .
123123
124124 `Salt Documentation <http://docs.saltstack.com >`_
125125
0 commit comments