6
6
7
7
`Fabric <http://docs.fabfile.org >`_ is a library for simplifying system
8
8
administration 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
10
10
as deployment.
11
11
12
12
Install Fabric:
@@ -77,7 +77,7 @@ It supports remote command execution from a central point (master host) to multi
77
77
hosts (minions). It also supports system states which can be used to configure
78
78
multiple servers using simple template files.
79
79
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:
81
81
82
82
.. code-block :: console
83
83
@@ -95,7 +95,7 @@ The following command lists all available minion hosts, using the ping module.
95
95
The host filtering is accomplished by matching the minion id, or using the grains system.
96
96
The `grains <http://docs.saltstack.org/en/latest/topics/targeting/grains.html >`_ system
97
97
uses 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.
99
99
100
100
The following command lists all available minions running CentOS using the grains system:
101
101
@@ -119,7 +119,7 @@ and start the Apache server:
119
119
- require :
120
120
- pkg : apache
121
121
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 .
123
123
124
124
`Salt Documentation <http://docs.saltstack.com >`_
125
125
0 commit comments